Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 10:14:40 UTC 2011

Modified Files:
        src/games/atc: Makefile

Log Message:
document non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/atc/Makefile

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

Modified files:

Index: src/games/atc/Makefile
diff -u src/games/atc/Makefile:1.29 src/games/atc/Makefile:1.30
--- src/games/atc/Makefile:1.29	Sat Feb  6 18:45:24 2010
+++ src/games/atc/Makefile	Tue Aug 16 06:14:40 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.29 2010/02/06 23:45:24 he Exp $
+#	$NetBSD: Makefile,v 1.30 2011/08/16 10:14:40 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -22,4 +22,6 @@
 FILESMODE=444
 .endif
 
+COPTS.input.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>

Reply via email to