Source-Changes-HG archive

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

[src/trunk]: src/games/trek document non-literal string formats



details:   https://anonhg.NetBSD.org/src/rev/98916bd2e21a
branches:  trunk
changeset: 768417:98916bd2e21a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 11:28:18 2011 +0000

description:
document non-literal string formats

diffstat:

 games/trek/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f14fc670567b -r 98916bd2e21a games/trek/Makefile
--- a/games/trek/Makefile       Tue Aug 16 11:26:16 2011 +0000
+++ b/games/trek/Makefile       Tue Aug 16 11:28:18 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index