Module Name:    src
Committed By:   christos
Date:           Wed Aug 17 13:22:33 UTC 2011

Modified Files:
        src/usr.bin/stat: Makefile

Log Message:
document non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/stat/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/stat/Makefile
diff -u src/usr.bin/stat/Makefile:1.7 src/usr.bin/stat/Makefile:1.8
--- src/usr.bin/stat/Makefile:1.7	Thu Jul 24 23:21:17 2003
+++ src/usr.bin/stat/Makefile	Wed Aug 17 09:22:33 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2003/07/25 03:21:17 atatat Exp $
+#	$NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $
 
 PROG=	stat
 
@@ -7,4 +7,6 @@
 MLINKS=	stat.1 readlink.1
 .endif
 
+COPTS.stat.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>

Reply via email to