Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/sail Uses non-literal format strings



details:   https://anonhg.NetBSD.org/src/rev/63de7a167588
branches:  trunk
changeset: 768720:63de7a167588
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 25 15:50:45 2011 +0000

description:
Uses non-literal format strings

diffstat:

 games/sail/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 42e207ee8531 -r 63de7a167588 games/sail/Makefile
--- a/games/sail/Makefile       Thu Aug 25 15:44:51 2011 +0000
+++ b/games/sail/Makefile       Thu Aug 25 15:50:45 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index