Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gettext/msgfmt Format strings don't use all argu...



details:   https://anonhg.NetBSD.org/src/rev/a9da3f77ba29
branches:  trunk
changeset: 779188:a9da3f77ba29
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed May 09 07:59:23 2012 +0000

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

diffstat:

 gnu/usr.bin/gettext/msgfmt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 12c5528e1a38 -r a9da3f77ba29 gnu/usr.bin/gettext/msgfmt/Makefile
--- a/gnu/usr.bin/gettext/msgfmt/Makefile       Wed May 09 07:52:52 2012 +0000
+++ b/gnu/usr.bin/gettext/msgfmt/Makefile       Wed May 09 07:59:23 2012 +0000
@@ -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 @@
 .include "${.CURDIR}/../Makefile.inc.prog"
 
 CPPFLAGS+=-I${DIST}/gettext/gettext-runtime/intl
+
+CWARNFLAGS.clang+=     -Wno-format-extra-args



Home | Main Index | Thread Index | Old Index