Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/fa66c79d0a36
branches:  trunk
changeset: 768421:fa66c79d0a36
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 12:05:52 2011 +0000

description:
document non-literal format string.

diffstat:

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

diffs (16 lines):

diff -r 5f4bec31b096 -r fa66c79d0a36 usr.bin/pr/Makefile
--- a/usr.bin/pr/Makefile       Tue Aug 16 12:03:31 2011 +0000
+++ b/usr.bin/pr/Makefile       Tue Aug 16 12:05:52 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2007/10/14 11:21:32 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2011/08/16 12:05:52 christos Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 PROG=  pr
@@ -7,4 +7,6 @@
 DPADD+=        ${LIBUTIL}
 LDADD+=        -lutil
 
+COPTS.pr.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index