Turn warning off

Hi,

I am working on a group code and looks like someone has changed something in the makefile and so every time I compile the code I get this warning message:

 
floating-point equality and inequality comparisons are unreliable


This warning comes millions of times, for almost all double to double comparisons made in the code and gets annoying. Any idea, what flag might be causing this?
How can I turn it off?
Rather than turning off the warning, which is more than likely telling you that the code has bugs, you
should fix the code.

+1 jsmith

If someone turned the warning on it may be because they discovered that it was causing a bug that needs addressing. Maybe you could contact the group? Isn't there a mailing list or something?
Topic archived. No new replies allowed.