Source-Changes-HG archive

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

[src/trunk]: src/games/atc document non-literal format strings



details:   https://anonhg.NetBSD.org/src/rev/7c9ab15c63b0
branches:  trunk
changeset: 768406:7c9ab15c63b0
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 10:14:40 2011 +0000

description:
document non-literal format strings

diffstat:

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

diffs (16 lines):

diff -r 6db1de82e0fb -r 7c9ab15c63b0 games/atc/Makefile
--- a/games/atc/Makefile        Tue Aug 16 09:43:03 2011 +0000
+++ b/games/atc/Makefile        Tue Aug 16 10:14:40 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2010/02/06 23:45:24 he Exp $
+#      $NetBSD: Makefile,v 1.30 2011/08/16 10:14:40 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -22,4 +22,6 @@
 FILESMODE=444
 .endif
 
+COPTS.input.c += -Wno-format-nonliteral
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index