mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
a little shell script to make it a little easier to produce pedantic compiler warnings
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@675 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
90b45deb41
commit
cbf702f51f
1 changed files with 3 additions and 0 deletions
3
tools/devmode
Executable file
3
tools/devmode
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
echo \# do \"eval \`$0\`\" to get pedantic compiler settings
|
||||
echo
|
||||
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\"
|
||||
Loading…
Reference in a new issue