Module Name:    src
Committed By:   plunky
Date:           Wed Aug 24 17:39:32 UTC 2011

Modified Files:
        src/games/hack: Makefile

Log Message:
-Wno-shadow is no longer needed for HAVE_PCC, here


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/games/hack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/hack/Makefile
diff -u src/games/hack/Makefile:1.44 src/games/hack/Makefile:1.45
--- src/games/hack/Makefile:1.44	Tue Aug 16 09:26:22 2011
+++ src/games/hack/Makefile	Wed Aug 24 17:39:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.44 2011/08/16 09:26:22 christos Exp $
+#	$NetBSD: Makefile,v 1.45 2011/08/24 17:39:32 plunky Exp $
 #	@(#)Makefile	8.2 (Berkeley) 4/27/95
 
 .include <bsd.own.mk>
@@ -37,10 +37,6 @@
 
 hack.h:	hack.onames.h
 
-.if defined(HAVE_PCC)
-COPTS.hack.bones.c+=	-Wno-shadow
-COPTS.hack.do.c+=	-Wno-shadow
-.endif
 COPTS.hack.mon.c+=	-Wno-format-nonliteral
 COPTS.hack.rip.c+=	-Wno-format-nonliteral
 

Reply via email to