Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/hexdump document non-literal format strings.
details: https://anonhg.NetBSD.org/src/rev/3f7270308b07
branches: trunk
changeset: 768326:3f7270308b07
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 14 13:45:34 2011 +0000
description:
document non-literal format strings.
diffstat:
usr.bin/hexdump/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1c81fcfdcdc9 -r 3f7270308b07 usr.bin/hexdump/Makefile
--- a/usr.bin/hexdump/Makefile Sun Aug 14 13:41:17 2011 +0000
+++ b/usr.bin/hexdump/Makefile Sun Aug 14 13:45:34 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:21 lukem Exp $
+# $NetBSD: Makefile,v 1.14 2011/08/14 13:45:34 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= hexdump
@@ -12,4 +12,7 @@
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
.endif
+COPTS.conv.c += -Wno-format-nonliteral
+COPTS.display.c += -Wno-format-nonliteral
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index