Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 10:45:37 UTC 2011

Modified Files:
        src/external/historical/nawk/bin: Makefile

Log Message:
document non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/historical/nawk/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/historical/nawk/bin/Makefile
diff -u src/external/historical/nawk/bin/Makefile:1.7 src/external/historical/nawk/bin/Makefile:1.8
--- src/external/historical/nawk/bin/Makefile:1.7	Tue Aug  9 09:06:31 2011
+++ src/external/historical/nawk/bin/Makefile	Tue Aug 16 06:45:37 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2011/08/09 13:06:31 joerg Exp $
+#	$NetBSD: Makefile,v 1.8 2011/08/16 10:45:37 christos Exp $
 
 WARNS?= 4
 CWARNFLAGS.clang+=	-Wno-self-assign
@@ -20,6 +20,8 @@
 .if defined(HAVE_GCC) || defined(HAVE_PCC)
 COPTS+=	-Wno-pointer-sign
 .endif
+COPTS.run.c += -Wno-format-nonliteral
+COPTS.tran.c += -Wno-format-nonliteral
 
 # info file originally from GNU awk 3.1.3, adjusted for nawk slightly
 .PATH:	${NETBSDSRCDIR}/external/gpl2/gawk/dist

Reply via email to