Module Name: src
Committed By: dholland
Date: Thu Jun 4 06:51:11 UTC 2009
Modified Files:
src/games/ching: Makefile.inc
Log Message:
Set WARNS=4 here. This got missed on my previous WARNS sweep in games.
Everything appears to compile ok with WARNS=4 anyway though.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/ching/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/ching/Makefile.inc
diff -u src/games/ching/Makefile.inc:1.1 src/games/ching/Makefile.inc:1.2
--- src/games/ching/Makefile.inc:1.1 Thu Jun 30 13:30:33 2005
+++ src/games/ching/Makefile.inc Thu Jun 4 06:51:11 2009
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.inc,v 1.1 2005/06/30 13:30:33 perry Exp $
+# $NetBSD: Makefile.inc,v 1.2 2009/06/04 06:51:11 dholland Exp $
CPPFLAGS+=-I${.CURDIR}/../include
BINDIR?=/usr/games
-WARNS=2
+WARNS?=4