build: avoid using -Wfloat-equal compilation option

In order to compile code generated by gdbus-codegen.
This commit is contained in:
Aleksander Morgado
2011-10-10 12:13:09 +02:00
parent bc8010f792
commit 917a13217a

View File

@@ -9,7 +9,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
for option in -Wmissing-declarations -Wmissing-prototypes \
-Wdeclaration-after-statement -Wstrict-prototypes \
-Wfloat-equal -Wno-unused-parameter -Wno-sign-compare \
-Wno-unused-parameter -Wno-sign-compare \
-fno-strict-aliasing -Wno-deprecated-declarations; do
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $option"