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/aedf6f6d42f9
branches:  trunk
changeset: 932668:aedf6f6d42f9
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 4de6255cbd5e -r aedf6f6d42f9 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