Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vmstat document that we are using non-literal string...
details: https://anonhg.NetBSD.org/src/rev/aeaca36f8e4a
branches: trunk
changeset: 768484:aeaca36f8e4a
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 17 13:54:31 2011 +0000
description:
document that we are using non-literal string formats.
diffstat:
usr.bin/vmstat/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 5c317bfdcaa2 -r aeaca36f8e4a usr.bin/vmstat/Makefile
--- a/usr.bin/vmstat/Makefile Wed Aug 17 13:48:11 2011 +0000
+++ b/usr.bin/vmstat/Makefile Wed Aug 17 13:54:31 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index