X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=005dc11ffe98940502e2bc892be3e1a45c64e210;hb=7bf288feae074e17626b94cbf3b37a5ec4224187;hp=06b86f7ac7153576134bcd1d4844d06e1b23617d;hpb=7b110c34af97999cc42fda2f61a0ae38fc289951;p=catta diff --git a/configure.ac b/configure.ac index 06b86f7..005dc11 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,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 -Wlarger-than-4000 -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter" + 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" if test "x$HAVE_NETLINK" = "xyes" ; then # Test whether rtnetlink.h can be included when compiled with -std=c99