Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/tests/lib/libc/sys Band aid for bad tests
details: https://anonhg.NetBSD.org/src-all/rev/8164aa516608
branches: trunk
changeset: 931813:8164aa516608
user: Joerg Sonnenberger <joerg%bec.de@localhost>
date: Thu Apr 30 16:33:51 2020 +0200
description:
Band aid for bad tests
diffstat:
tests/lib/libc/sys/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 68225b6fd5c6 -r 8164aa516608 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile Thu Apr 30 16:33:06 2020 +0200
+++ b/tests/lib/libc/sys/Makefile Thu Apr 30 16:33:51 2020 +0200
@@ -141,4 +141,6 @@
WARNS= 4
+CWARNFLAGS.clang+= -Wno-error=unused-const-variable -Wno-error=unused-variable
+
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index