Module Name: src
Committed By: christos
Date: Sun Aug 14 13:29:26 UTC 2011
Modified Files:
src/external/bsd/byacc/bin: Makefile
Log Message:
document non-literal format strings
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/byacc/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/byacc/bin/Makefile
diff -u src/external/bsd/byacc/bin/Makefile:1.2 src/external/bsd/byacc/bin/Makefile:1.3
--- src/external/bsd/byacc/bin/Makefile:1.2 Tue May 24 09:48:16 2011
+++ src/external/bsd/byacc/bin/Makefile Sun Aug 14 09:29:26 2011
@@ -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>