Module Name:    src
Committed By:   christos
Date:           Tue Aug 16 11:28:18 UTC 2011

Modified Files:
        src/games/trek: Makefile

Log Message:
document non-literal string formats


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/trek/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/trek/Makefile
diff -u src/games/trek/Makefile:1.13 src/games/trek/Makefile:1.14
--- src/games/trek/Makefile:1.13	Sun May 24 19:20:22 2009
+++ src/games/trek/Makefile	Tue Aug 16 07:28:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2009/05/24 23:20:22 dholland Exp $
+#	$NetBSD: Makefile,v 1.14 2011/08/16 11:28:18 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 
 PROG=	trek
@@ -19,5 +19,7 @@
 SUBDIR+=USD.doc
 .endif
 
+COPTS.getpar.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>

Reply via email to