document non-literal format strings.

This commit is contained in:
christos 2011-08-17 12:57:19 +00:00
parent 112264be37
commit 77984ce781
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2011/06/20 07:44:01 mrg Exp $
# $NetBSD: Makefile,v 1.16 2011/08/17 12:57:19 christos Exp $
.include <bsd.own.mk>
@ -61,4 +61,7 @@ options_def.h: options.awk options.c
.PATH: ${DIST}/regex
.PATH: ${DIST}/docs/vi.man
COPTS.exf.c += -Wno-format-nonliteral
COPTS.msg.c += -Wno-format-nonliteral
.include <bsd.prog.mk>