Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/external/gpl3/gcc/lib/liblsan Ignore unused private fi...
details: https://anonhg.NetBSD.org/src-all/rev/f42f23949da0
branches: trunk
changeset: 932674:f42f23949da0
user: Joerg Sonnenberger <joerg%bec.de@localhost>
date: Wed May 13 19:32:50 2020 +0200
description:
Ignore unused private fields
diffstat:
external/gpl3/gcc/lib/liblsan/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r af83d8004575 -r f42f23949da0 external/gpl3/gcc/lib/liblsan/Makefile
--- a/external/gpl3/gcc/lib/liblsan/Makefile Wed May 13 19:32:05 2020 +0200
+++ b/external/gpl3/gcc/lib/liblsan/Makefile Wed May 13 19:32:50 2020 +0200
@@ -25,4 +25,6 @@
SRCS+= ${LSAN_SRCS}
LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
+CWARNFLAGS.clang+= -Wno-error=unused-private-field
+
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index