Module Name: src
Committed By: christos
Date: Wed Aug 17 15:32:20 UTC 2011
Modified Files:
src/usr.bin/grep: Makefile
Log Message:
document non-literal format strings
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/grep/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/grep/Makefile
diff -u src/usr.bin/grep/Makefile:1.4 src/usr.bin/grep/Makefile:1.5
--- src/usr.bin/grep/Makefile:1.4 Tue Feb 15 20:31:33 2011
+++ src/usr.bin/grep/Makefile Wed Aug 17 11:32:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/02/16 01:31:33 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/17 15:32:20 christos Exp $
# $FreeBSD: head/usr.bin/grep/Makefile 210389 2010-07-22 19:11:57Z gabor $
# $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $
@@ -34,4 +34,7 @@
uk_UA.UTF-8.msg \
zh_CN.UTF-8.msg
+COPTS.grep.c += -Wno-format-nonliteral
+COPTS.util.c += -Wno-format-nonliteral
+
.include <bsd.prog.mk>