Source-Changes-HG archive

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

[src/trunk]: src/games/hack -Wno-shadow is no longer needed for HAVE_PCC, here



details:   https://anonhg.NetBSD.org/src/rev/68d132f333e0
branches:  trunk
changeset: 768677:68d132f333e0
user:      plunky <plunky%NetBSD.org@localhost>
date:      Wed Aug 24 17:39:32 2011 +0000

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

diffstat:

 games/hack/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 5e4415041ee4 -r 68d132f333e0 games/hack/Makefile
--- a/games/hack/Makefile       Wed Aug 24 16:03:34 2011 +0000
+++ b/games/hack/Makefile       Wed Aug 24 17:39:32 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index