From dc35219a3d4a3d81943bc17f918afd8410ef85db Mon Sep 17 00:00:00 2001 From: John Ellson Date: Mon, 25 Jul 2016 17:15:06 -0400 Subject: [PATCH] more incompatible warning switches --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.40.0