]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Uses non-literal format strings
authorjoerg <joerg@NetBSD.org>
Thu, 25 Aug 2011 15:50:45 +0000 (15:50 +0000)
committerjoerg <joerg@NetBSD.org>
Thu, 25 Aug 2011 15:50:45 +0000 (15:50 +0000)
sail/Makefile

index 846e2e5b97f80b81d00c0d63a2eeb0833a8d72a8..44eacc6021ccf61da6181d5a88cdaa88e3e60b37 100644 (file)
@@ -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 @@ LDADD=        -lcurses -lterminfo
 HIDEGAME=hidegame
 SETGIDGAME=yes
 
+COPTS.pl_7.c+= -Wno-format-nonliteral
+COPTS.sync.c+= -Wno-format-nonliteral
+
 .include <bsd.prog.mk>