]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/math.h
Disable double-to-float conversion tests in wxAny code.
[wxWidgets.git] / include / wx / math.h
index 98477e604e58f9943c1da989bc9f32f58378e17b..5240f1759e527b4cf61b840bc53f4fd5a005e83b 100644 (file)
         }
 
     #else /* !__INTELC__ */
-
+        wxGCC_WARNING_SUPPRESS(float-equal)
         inline bool wxIsSameDouble(double x, double y) { return x == y; }
+        wxGCC_WARNING_RESTORE(float-equal)
 
     #endif /* __INTELC__/!__INTELC__ */