Source-Changes-HG archive

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

[src/trunk]: src/sys/conf adb_kbd.c and adb_ms.c need -Wno-cast-qual due to s...



details:   https://anonhg.NetBSD.org/src/rev/1b1f93af259a
branches:  trunk
changeset: 767039:1b1f93af259a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 07 08:47:22 2011 +0000

description:
adb_kbd.c and adb_ms.c need -Wno-cast-qual due to sysctl const issue.

diffstat:

 sys/conf/Makefile.kern.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 834cb2d61427 -r 1b1f93af259a sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Jul 07 08:46:20 2011 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Jul 07 08:47:22 2011 +0000
@@ -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}}



Home | Main Index | Thread Index | Old Index