Skip to content
Snippets Groups Projects
Commit 713854f7 authored by oharboe's avatar oharboe
Browse files

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
parent 5dbf9739
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment