From: John Ellson Date: Mon, 25 Jul 2016 21:06:48 +0000 (-0400) Subject: -Wtrampolines -Wdouble-promotion - cause errors on older (centos[56]) compilers X-Git-Tag: untagged-f5823de05291db506275~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1daf345474c78d8e5f36db08c3f6ab5eb664a6de;p=graphviz -Wtrampolines -Wdouble-promotion - cause errors on older (centos[56]) compilers --- diff --git a/configure.ac b/configure.ac index b8e5c62c6..039168742 100644 --- a/configure.ac +++ b/configure.ac @@ -322,7 +322,10 @@ then CFLAGS="${CFLAGS} -Wextra" # Enable specific warning flags not included by -Wall or -Wextra - CFLAGS="${CFLAGS} -Wdouble-promotion -Wmissing-include-dirs -Wswitch-default -Wtrampolines -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 -Wlogical-op -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs" + +# FIXME - The are not available of centos [6] - need smarted config: -Wdouble-promotion -Wtrampolines + fi dnl -----------------------------------