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/51162e6fbc2d
branches:  trunk
changeset: 796100:51162e6fbc2d
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 5fc2b3bd9b75 -r 51162e6fbc2d 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