Module Name:    src
Committed By:   plunky
Date:           Wed Aug 10 08:10:39 UTC 2011

Modified Files:
        src/external/bsd/pcc/libexec/ccom: Makefile

Log Message:
disable some warnings to appease gcc-4.5


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/pcc/libexec/ccom/Makefile

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

Modified files:

Index: src/external/bsd/pcc/libexec/ccom/Makefile
diff -u src/external/bsd/pcc/libexec/ccom/Makefile:1.9 src/external/bsd/pcc/libexec/ccom/Makefile:1.10
--- src/external/bsd/pcc/libexec/ccom/Makefile:1.9	Tue Jun  7 13:30:35 2011
+++ src/external/bsd/pcc/libexec/ccom/Makefile	Wed Aug 10 08:10:39 2011
@@ -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}/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}

Reply via email to