]> granicus.if.org Git - graphviz/commitdiff
-Wtrampolines -Wdouble-promotion - cause errors on older (centos[56]) compilers
authorJohn Ellson <ellson@research.att.com>
Mon, 25 Jul 2016 21:06:48 +0000 (17:06 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 25 Jul 2016 21:06:48 +0000 (17:06 -0400)
configure.ac

index b8e5c62c60b6c8eaf89d41a2cbfe336b865a4b90..03916874276ddd927a71aead0bf50571f5dbe244 100644 (file)
@@ -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 -----------------------------------