From: John Ellson Date: Mon, 25 Jul 2016 21:15:06 +0000 (-0400) Subject: more incompatible warning switches X-Git-Tag: untagged-f5823de05291db506275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc35219a3d4a3d81943bc17f918afd8410ef85db;p=graphviz more incompatible warning switches --- diff --git a/configure.ac b/configure.ac index 039168742..33c157e08 100644 --- a/configure.ac +++ b/configure.ac @@ -322,9 +322,10 @@ then CFLAGS="${CFLAGS} -Wextra" # Enable specific warning flags not included by -Wall or -Wextra - CFLAGS="${CFLAGS} -Wmissing-include-dirs -Wswitch-default Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wconversion -Wlogical-op -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs" + CFLAGS="${CFLAGS} -Wmissing-include-dirs -Wswitch-default -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs" -# FIXME - The are not available of centos [6] - need smarted config: -Wdouble-promotion -Wtrampolines +# FIXME - The are not available of centos [6] - need smarter config: +# -Wdouble-promotion -Wtrampolines -Wlogical-op fi