Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/seq document non literal string format



details:   https://anonhg.NetBSD.org/src/rev/2b2d1e17262a
branches:  trunk
changeset: 768478:2b2d1e17262a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 17 13:19:09 2011 +0000

description:
document non literal string format

diffstat:

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

diffs (14 lines):

diff -r 16b36b684c54 -r 2b2d1e17262a usr.bin/seq/Makefile
--- a/usr.bin/seq/Makefile      Wed Aug 17 13:12:39 2011 +0000
+++ b/usr.bin/seq/Makefile      Wed Aug 17 13:19:09 2011 +0000
@@ -1,7 +1,9 @@
-#       $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
+#       $NetBSD: Makefile,v 1.4 2011/08/17 13:19:09 christos Exp $
 
 PROG=  seq
 DPADD= ${LIBMATH}
 LDADD= -lm
 
+COPTS.seq.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index