summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2011-08-16 10:14:40 +0000
committerchristos <christos@NetBSD.org>2011-08-16 10:14:40 +0000
commit76f8b6c89a542af188cd561dd3fde889db9bf56c (patch)
treee8c8486cf93150b571e75d558f505f1f163fcf22 /atc
parent34b5fff1b8d58f2ddaa89336354958daf8506b15 (diff)
downloadbsdgames-darwin-76f8b6c89a542af188cd561dd3fde889db9bf56c.tar.gz
bsdgames-darwin-76f8b6c89a542af188cd561dd3fde889db9bf56c.tar.zst
bsdgames-darwin-76f8b6c89a542af188cd561dd3fde889db9bf56c.zip
document non-literal format strings
Diffstat (limited to 'atc')
-rw-r--r--atc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/atc/Makefile b/atc/Makefile
index 6ff7b3e4..8c4e9963 100644
--- a/atc/Makefile
+++ b/atc/Makefile
@@ -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 @@ FILESDIR=/usr/share/games/atc
FILESMODE=444
.endif
+COPTS.input.c += -Wno-format-nonliteral
+
.include <bsd.prog.mk>