Module Name: src
Committed By: christos
Date: Wed Aug 17 13:54:31 UTC 2011
Modified Files:
src/usr.bin/vmstat: Makefile
Log Message:
document that we are using non-literal string formats.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/vmstat/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/vmstat/Makefile
diff -u src/usr.bin/vmstat/Makefile:1.29 src/usr.bin/vmstat/Makefile:1.30
--- src/usr.bin/vmstat/Makefile:1.29 Thu May 26 08:56:33 2011
+++ src/usr.bin/vmstat/Makefile Wed Aug 17 09:54:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2011/05/26 12:56:33 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2011/08/17 13:54:31 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -14,5 +14,6 @@
BINMODE=2555
CWARNFLAGS.clang+= -Wno-format-extra-args
+COPTS.vmstat.c += -Wno-format-nonliteral
.include <bsd.prog.mk>