Module Name:    src
Committed By:   christos
Date:           Wed Aug 17 12:57:19 UTC 2011

Modified Files:
        src/usr.bin/nvi/build: Makefile

Log Message:
document non-literal format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/nvi/build/Makefile

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

Modified files:

Index: src/usr.bin/nvi/build/Makefile
diff -u src/usr.bin/nvi/build/Makefile:1.15 src/usr.bin/nvi/build/Makefile:1.16
--- src/usr.bin/nvi/build/Makefile:1.15	Mon Jun 20 03:44:01 2011
+++ src/usr.bin/nvi/build/Makefile	Wed Aug 17 08:57:19 2011
@@ -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 @@
 .PATH: ${DIST}/regex
 .PATH: ${DIST}/docs/vi.man
 
+COPTS.exf.c += -Wno-format-nonliteral
+COPTS.msg.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>

Reply via email to