Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/compiler_rt For the moment, don't complain about co...
details: https://anonhg.NetBSD.org/src/rev/ba85e04b6f55
branches: trunk
changeset: 329339:ba85e04b6f55
user: joerg <joerg%NetBSD.org@localhost>
date: Tue May 20 12:23:47 2014 +0000
description:
For the moment, don't complain about const casts.
diffstat:
lib/libc/compiler_rt/Makefile.inc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 9b90363d4be8 -r ba85e04b6f55 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Tue May 20 10:04:38 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Tue May 20 12:23:47 2014 +0000
@@ -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 @@
COPTS.${src}+= -Wno-missing-prototypes \
-Wno-old-style-definition \
-Wno-strict-prototypes \
- -Wno-uninitialized
+ -Wno-uninitialized \
+ -Wno-cast-qual
. endif
. endif
.endfor
Home |
Main Index |
Thread Index |
Old Index