Module Name: src
Committed By: christos
Date: Sun Aug 14 13:45:34 UTC 2011
Modified Files:
src/usr.bin/hexdump: Makefile
Log Message:
document non-literal format strings.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/hexdump/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/hexdump/Makefile
diff -u src/usr.bin/hexdump/Makefile:1.13 src/usr.bin/hexdump/Makefile:1.14
--- src/usr.bin/hexdump/Makefile:1.13 Tue Apr 14 18:15:21 2009
+++ src/usr.bin/hexdump/Makefile Sun Aug 14 09:45:34 2011
@@ -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>