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

This commit is contained in:
joerg 2012-05-09 07:59:23 +00:00
parent 8cb8e6a347
commit 12d82dda2b

View File

@ -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