Thu Aug 25 15:50:45 2011 UTC ()
Uses non-literal format strings


(joerg)
diff -r1.17 -r1.18 src/games/sail/Makefile

cvs diff -r1.17 -r1.18 src/games/sail/Makefile (expand / switch to context diff)
--- src/games/sail/Makefile 2010/02/06 23:45:26 1.17
+++ src/games/sail/Makefile 2011/08/25 15:50:45 1.18
@@ -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
@@ -10,5 +10,8 @@
 LDADD=	-lcurses -lterminfo
 HIDEGAME=hidegame
 SETGIDGAME=yes
+
+COPTS.pl_7.c+=	-Wno-format-nonliteral
+COPTS.sync.c+=	-Wno-format-nonliteral
 
 .include <bsd.prog.mk>