]> git.meshlink.io Git - catta/commit
cleaned some compiler warning flags
authoreverHannes <hannes.ahrens@everbase.net>
Sun, 16 Aug 2015 11:24:19 +0000 (13:24 +0200)
committerHiveError <hiveerror@gmail.com>
Sun, 16 Aug 2015 11:24:19 +0000 (13:24 +0200)
commitdfdbd757b3e51e2fb52df8c6144af26562d44e75
treecc5fa63c5e5d45695a84d386a3ee37179216a803
parent851f0397ec46b3e5969d1b4299dd151830699bb2
cleaned some compiler warning flags
-Wdeclaration-after-statement -> stop confusing c90 warning, compilers by now should support c99 or above
-Wformat -> defined by -Wall
-Wendif-labels -> enabled by default
-Wpointer-arith -> defined by -pedantic
-Wno-cast-qual -> -Wcast-qual, have it or remove it

refer
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
https://gcc.gnu.org/onlinedocs/cpp/Invocation.html
configure.ac