Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/stat document non-literal format strings



details:   https://anonhg.NetBSD.org/src/rev/6be9f8476648
branches:  trunk
changeset: 768479:6be9f8476648
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 17 13:22:33 2011 +0000

description:
document non-literal format strings

diffstat:

 usr.bin/stat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2b2d1e17262a -r 6be9f8476648 usr.bin/stat/Makefile
--- a/usr.bin/stat/Makefile     Wed Aug 17 13:19:09 2011 +0000
+++ b/usr.bin/stat/Makefile     Wed Aug 17 13:22:33 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index