Module Name:    src
Committed By:   joerg
Date:           Wed May  9 07:59:23 UTC 2012

Modified Files:
        src/gnu/usr.bin/gettext/msgfmt: Makefile

Log Message:
Format strings don't use all arguments in the non-pluralized case.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gettext/msgfmt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/gettext/msgfmt/Makefile
diff -u src/gnu/usr.bin/gettext/msgfmt/Makefile:1.3 src/gnu/usr.bin/gettext/msgfmt/Makefile:1.4
--- src/gnu/usr.bin/gettext/msgfmt/Makefile:1.3	Fri Apr 29 15:05:01 2005
+++ src/gnu/usr.bin/gettext/msgfmt/Makefile	Wed May  9 07:59:23 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2005/04/29 15:05:01 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2012/05/09 07:59:23 joerg Exp $
 
 PROG=	msgfmt
 
@@ -6,3 +6,5 @@ PROG=	msgfmt
 .include "${.CURDIR}/../Makefile.inc.prog"
 
 CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
+
+CWARNFLAGS.clang+=	-Wno-format-extra-args

Reply via email to