From 1daf345474c78d8e5f36db08c3f6ab5eb664a6de Mon Sep 17 00:00:00 2001 From: John Ellson Date: Mon, 25 Jul 2016 17:06:48 -0400 Subject: [PATCH] -Wtrampolines -Wdouble-promotion - cause errors on older (centos[56]) compilers --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ----------------------------------- -- 2.40.0