X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=fe23bf1edc72dfd2fa532359f110899b69ab12a8;hp=07eb2497511bac1c16e66ecf2a910b49d19c95a5;hb=bb173469810e4c7de19e53793d4af2e27e6e222c;hpb=4c0a414c5f83270ded3deb66036f77ae754e4555 diff --git a/configure.ac b/configure.ac index 07eb249..fe23bf1 100644 --- a/configure.ac +++ b/configure.ac @@ -261,7 +261,7 @@ test_gcc_flag() { # If using GCC specify some additional parameters if test "x$GCC" = "xyes" ; then - DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wold-style-definition -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -fno-strict-aliasing" + DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wold-style-definition -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wshadow -Wbad-function-cast -Wwrite-strings -fdiagnostics-show-option -fno-strict-aliasing" # when compiling for MingW, -Wmissing-noreturn is triggered a bunch of # times from autogenerated libtool wrappers, so leave it out on Windows.