Module Name: src
Committed By: joerg
Date: Tue May 20 12:23:47 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
For the moment, don't complain about const casts.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/compiler_rt/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/compiler_rt/Makefile.inc
diff -u src/lib/libc/compiler_rt/Makefile.inc:1.19 src/lib/libc/compiler_rt/Makefile.inc:1.20
--- src/lib/libc/compiler_rt/Makefile.inc:1.19 Fri May 16 00:11:30 2014
+++ src/lib/libc/compiler_rt/Makefile.inc Tue May 20 12:23:47 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.19 2014/05/16 00:11:30 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.20 2014/05/20 12:23:47 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -217,7 +217,8 @@ SRCS+= ${src}
COPTS.${src}+= -Wno-missing-prototypes \
-Wno-old-style-definition \
-Wno-strict-prototypes \
- -Wno-uninitialized
+ -Wno-uninitialized \
+ -Wno-cast-qual
. endif
. endif
.endfor