diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-10-10 12:13:09 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:18 +0100 |
commit | 917a13217aef5f1e10f459e8d1e23c88997ba2a7 (patch) | |
tree | e1e436ee2c6b4478969a38cffd38f7362c1711a1 /m4 | |
parent | bc8010f792571f6809b891dfc8e760b2ce5ea369 (diff) | |
download | ModemManager-917a13217aef5f1e10f459e8d1e23c88997ba2a7.tar.gz |
build: avoid using -Wfloat-equal compilation option
In order to compile code generated by gdbus-codegen.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/compiler_warnings.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/compiler_warnings.m4 b/m4/compiler_warnings.m4 index 879f995de..0e36494aa 100644 --- a/m4/compiler_warnings.m4 +++ b/m4/compiler_warnings.m4 @@ -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" |