]> granicus.if.org Git - graphviz/commitdiff
more incompatible warning switches untagged-f5823de05291db506275
authorJohn Ellson <ellson@research.att.com>
Mon, 25 Jul 2016 21:15:06 +0000 (17:15 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 25 Jul 2016 21:15:06 +0000 (17:15 -0400)
configure.ac

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