Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 15:44:51 UTC 2011

Modified Files:
        src/bin/csh: Makefile

Log Message:
Uses non-literal format strings in err.c


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/bin/csh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/csh/Makefile
diff -u src/bin/csh/Makefile:1.31 src/bin/csh/Makefile:1.32
--- src/bin/csh/Makefile:1.31	Sun Aug 14 10:53:16 2011
+++ src/bin/csh/Makefile	Thu Aug 25 15:44:51 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.31 2011/08/14 10:53:16 christos Exp $
+#	$NetBSD: Makefile,v 1.32 2011/08/25 15:44:51 joerg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 #
 # C Shell with process control; VM/UNIX VAX Makefile
@@ -52,6 +52,7 @@
 .if defined(HAVE_GCC) && ${HAVE_GCC} == 4 && ${MACHINE_ARCH} == "vax"
 COPTS.parse.c+=	-O0
 .endif
+COPTS.err.c = -Wno-format-nonliteral
 COPTS.printf.c = -Wno-format-nonliteral
 COPTS.proc.c = -Wno-format-nonliteral
 COPTS.strpct.c = -Wno-format-nonliteral

Reply via email to