Module Name:    src
Committed By:   christos
Date:           Sun Aug 14 12:48:02 UTC 2011

Modified Files:
        src/external/bsd/top/bin: Makefile

Log Message:
document that display.c uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/top/bin/Makefile

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

Modified files:

Index: src/external/bsd/top/bin/Makefile
diff -u src/external/bsd/top/bin/Makefile:1.5 src/external/bsd/top/bin/Makefile:1.6
--- src/external/bsd/top/bin/Makefile:1.5	Wed Feb  3 10:34:38 2010
+++ src/external/bsd/top/bin/Makefile	Sun Aug 14 08:48:02 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2010/02/03 15:34:38 roy Exp $
+#	$NetBSD: Makefile,v 1.6 2011/08/14 12:48:02 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -36,4 +36,5 @@
 config.h: config.h.in
 	${TOOL_SED} -e s/@MACHINE@/${MACHINE}/ < $? > $@
 
+COPTS.display.c = -Wno-format-nonliteral
 .include <bsd.prog.mk>

Reply via email to