Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/byacc/bin document non-literal format strings



details:   https://anonhg.NetBSD.org/src/rev/4062f0e7094a
branches:  trunk
changeset: 768324:4062f0e7094a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 14 13:29:26 2011 +0000

description:
document non-literal format strings

diffstat:

 external/bsd/byacc/bin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fe40d4a64d9f -r 4062f0e7094a external/bsd/byacc/bin/Makefile
--- a/external/bsd/byacc/bin/Makefile   Sun Aug 14 13:27:47 2011 +0000
+++ b/external/bsd/byacc/bin/Makefile   Sun Aug 14 13:29:26 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/05/24 13:48:16 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/08/14 13:29:26 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -8,4 +8,7 @@
 
 CPPFLAGS+=     -DGCC_NORETURN=__dead
 
+COPTS.output.c += -Wno-format-nonliteral
+COPTS.reader.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index