summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-21 05:35:51 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-21 05:35:51 +0000
commit713854f714d7a5777d2e73c580a000dc851ec3f2 (patch)
tree7dbc46cb12046e87ffdaab203c610c128277987a /configure.in
parent5dbf97391012f0f93752541c2861a716e8859a6e (diff)
downloadopenocd+libswd-713854f714d7a5777d2e73c580a000dc851ec3f2.tar.gz
openocd+libswd-713854f714d7a5777d2e73c580a000dc851ec3f2.tar.bz2
openocd+libswd-713854f714d7a5777d2e73c580a000dc851ec3f2.tar.xz
openocd+libswd-713854f714d7a5777d2e73c580a000dc851ec3f2.zip
Zach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1483 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 158d451f..039f7e0b 100644
--- a/configure.in
+++ b/configure.in
@@ -692,7 +692,7 @@ AC_PROG_CC
AC_PROG_RANLIB
# set default gcc warnings
-GCC_WARNINGS="-Wall -Wstrict-prototypes"
+GCC_WARNINGS="-Wall -Wstrict-prototypes -Wformat-security"
if test "${gcc_wextra}" = yes; then
GCC_WARNINGS="${GCC_WARNINGS} -Wextra -Wno-unused-parameter"
fi