Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 15:50:45 UTC 2011

Modified Files:
        src/games/sail: Makefile

Log Message:
Uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/sail/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/sail/Makefile
diff -u src/games/sail/Makefile:1.17 src/games/sail/Makefile:1.18
--- src/games/sail/Makefile:1.17	Sat Feb  6 23:45:26 2010
+++ src/games/sail/Makefile	Thu Aug 25 15:50:45 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2010/02/06 23:45:26 he Exp $
+#	$NetBSD: Makefile,v 1.18 2011/08/25 15:50:45 joerg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 
 PROG=	sail
@@ -11,4 +11,7 @@
 HIDEGAME=hidegame
 SETGIDGAME=yes
 
+COPTS.pl_7.c+=	-Wno-format-nonliteral
+COPTS.sync.c+=	-Wno-format-nonliteral
+
 .include <bsd.prog.mk>

Reply via email to