From 867fdab6874d53b60da58357d7400939da0dd166 Mon Sep 17 00:00:00 2001 From: plunky Date: Wed, 10 Aug 2011 08:10:39 +0000 Subject: [PATCH] disable some warnings to appease gcc-4.5 --- external/bsd/pcc/libexec/ccom/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/external/bsd/pcc/libexec/ccom/Makefile b/external/bsd/pcc/libexec/ccom/Makefile index 99e9895c65f5..773e88b7ea77 100644 --- a/external/bsd/pcc/libexec/ccom/Makefile +++ b/external/bsd/pcc/libexec/ccom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/06/07 13:30:35 plunky Exp $ +# $NetBSD: Makefile,v 1.10 2011/08/10 08:10:39 plunky Exp $ WARNS?= 2 @@ -28,6 +28,9 @@ CPPFLAGS+= -I${PCC_DIST}/os/${TARGOS} CPPFLAGS+= -I${PCC_DIST}/arch/${TARGMACH} CPPFLAGS+= -I${PCC_DIST}/cc/ccom +COPTS.scan.c+= -Wno-unused +COPTS.pftn.c+= -Wno-uninitialized + DPSRCS= external.c MKEXTDIR!= cd ../mkext && ${PRINTOBJDIR}