From: <oh...@ma...> - 2009-04-21 07:35:57
|
Author: oharboe Date: 2009-04-21 07:35:51 +0200 (Tue, 21 Apr 2009) New Revision: 1483 Modified: trunk/configure.in Log: Zach Welch <zw...@su...> add -Wformat-security (4 of 4) Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-04-21 05:35:10 UTC (rev 1482) +++ trunk/configure.in 2009-04-21 05:35:51 UTC (rev 1483) @@ -692,7 +692,7 @@ 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 |