Code

Remove "-Wtraditional" from our development GCC flags. We use ANSI C.
authorHolger Weiss <hweiss@users.sourceforge.net>
Sat, 15 Sep 2007 11:34:48 +0000 (11:34 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Sat, 15 Sep 2007 11:34:48 +0000 (11:34 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1778 f882894a-f735-0410-b71e-b25c423dba1c

tools/devmode

index 3e9e2d97b9dbf8bffef2c21cc49e63b663024086..09c1b9a95951b43b583306f0c61d51b8a6a0adc4 100755 (executable)
@@ -1,2 +1,2 @@
 # do "eval tools/devmode" to get pedantic compiler settings
-echo export CFLAGS=\"-g -O3 -pedantic -Wall -W -Wformat=2 -Wfloat-equal -Wtraditional -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Wunreachable-code -Winline\"
+echo export CFLAGS=\"-g -O3 -pedantic -Wall -W -Wformat=2 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Wunreachable-code -Winline\"