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?
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?