[svn] dirmngr - r214 - trunk
svn author marcus
cvs at cvs.gnupg.org
Thu Sep 29 00:06:30 CEST 2005
Author: marcus
Date: 2005-09-29 00:06:29 +0200 (Thu, 29 Sep 2005)
New Revision: 214
Modified:
trunk/ChangeLog
trunk/configure.ac
Log:
2005-09-28 Marcus Brinkmann <marcus at g10code.de>
* configure.ac: Change -Wformat-noliteral to -Wformat-nonliteral.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-09-12 18:15:24 UTC (rev 213)
+++ trunk/ChangeLog 2005-09-28 22:06:29 UTC (rev 214)
@@ -1,3 +1,7 @@
+2005-09-28 Marcus Brinkmann <marcus at g10code.de>
+
+ * configure.ac: Change -Wformat-noliteral to -Wformat-nonliteral.
+
2005-04-21 Werner Koch <wk at g10code.com>
Released 0.9.2.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-09-12 18:15:24 UTC (rev 213)
+++ trunk/configure.ac 2005-09-28 22:06:29 UTC (rev 214)
@@ -92,7 +92,7 @@
if test "$USE_MAINTAINER_MODE" = "yes" ||
test "$more_gcc_warnings" = "yes"; then
CFLAGS="$CFLAGS -Wall -Wcast-align -Wshadow -Wstrict-prototypes"
- CFLAGS="$CFLAGS -Wformat-noliteral"
+ CFLAGS="$CFLAGS -Wformat-nonliteral"
if test "$more_gcc_warnings" = "yes"; then
CFLAGS="$CFLAGS -W -Wpointer-arith -Wbad-function-cast"
CFLAGS="$CFLAGS -Wwrite-strings -Wunreachable-code"
More information about the Gnupg-commits
mailing list