After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630852 - Remove -Wfloat-equal
Remove -Wfloat-equal
Status: RESOLVED DUPLICATE of bug 630853
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-28 21:21 UTC by Owen Taylor
Modified: 2010-09-30 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2010-09-28 21:21:12 UTC
While -Wfloat-equal warns on dubious constructs, it also warns on
valid constructs, and there is no way to suppress the warning.

In particular, it's currently warning for every single file because of
JS_CANONICALIZE_NAN() in the xulrunner headers.
Comment 1 Colin Walters 2010-09-30 14:34:25 UTC

*** This bug has been marked as a duplicate of bug 630853 ***