Module Name: src
Committed By: mrg
Date: Thu Jul 7 08:47:22 UTC 2011
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
adb_kbd.c and adb_ms.c need -Wno-cast-qual due to sysctl const issue.
To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.141 src/sys/conf/Makefile.kern.inc:1.142
--- src/sys/conf/Makefile.kern.inc:1.141 Mon Jul 4 13:00:19 2011
+++ src/sys/conf/Makefile.kern.inc Thu Jul 7 08:47:22 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.141 2011/07/04 13:00:19 mrg Exp $
+# $NetBSD: Makefile.kern.inc,v 1.142 2011/07/07 08:47:22 mrg Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -521,6 +521,8 @@
CWARNFLAGS.tulip.c+= -Wno-array-bounds
CWARNFLAGS.radeonfb.c+= -Wno-cast-qual
CWARNFLAGS.dbcool.c+= -Wno-cast-qual
+CWARNFLAGS.adb_kbd.c+= -Wno-cast-qual
+CWARNFLAGS.adb_ms.c+= -Wno-cast-qual
.endif
AFLAGS+= ${AOPTS.${.IMPSRC:T}}