Module Name: src
Committed By: mrg
Date: Sat Jul 9 15:01:33 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: Makefile.hp300
Log Message:
apply -Wno-cast-qual upon diofb.c.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hp300/conf/Makefile.hp300
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp300/conf/Makefile.hp300
diff -u src/sys/arch/hp300/conf/Makefile.hp300:1.88 src/sys/arch/hp300/conf/Makefile.hp300:1.89
--- src/sys/arch/hp300/conf/Makefile.hp300:1.88 Fri Jan 21 15:59:06 2011
+++ src/sys/arch/hp300/conf/Makefile.hp300 Sat Jul 9 15:01:33 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hp300,v 1.88 2011/01/21 15:59:06 joerg Exp $
+# $NetBSD: Makefile.hp300,v 1.89 2011/07/09 15:01:33 mrg Exp $
# Makefile for NetBSD
#
@@ -70,6 +70,10 @@
## (7) misc settings
##
+.if defined(HAVE_GCC) && ${HAVE_GCC} == 45
+CWARNFLAGS.diofb.c+= -Wno-cast-qual
+.endif
+
##
## (8) config(8) generated machinery
##