X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=d4f45eaded66b5a5ca4f89d73f55297a0125abb4;hb=7e3ada84f9a5152d4ecbdaf422c8f1bd9da270b9;hp=1426f54e3b5be114d6d82f6377cef8a5d205e406;hpb=856c271d8d615957828c6631a58abfddbb3fa6a7;p=catta diff --git a/configure.ac b/configure.ac index 1426f54..d4f45ea 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,7 @@ test_gcc_flag() { # If using GCC specify some additional parameters if test "x$GCC" = "xyes" ; then - DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fdiagnostics-show-option -Wno-cast-qual" + DESIRED_FLAGS="-Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing" if test "x$HAVE_NETLINK" = "xyes" ; then # Test whether rtnetlink.h can be included when compiled with -std=c99