Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/stdio Since the mktemp test case uses mktemp, ...
details: https://anonhg.NetBSD.org/src/rev/fc4df8673246
branches: trunk
changeset: 786293:fc4df8673246
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Apr 25 13:34:09 2013 +0000
description:
Since the mktemp test case uses mktemp, make linker warnings non-fatal.
diffstat:
tests/lib/libc/stdio/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 279ebe0615b3 -r fc4df8673246 tests/lib/libc/stdio/Makefile
--- a/tests/lib/libc/stdio/Makefile Thu Apr 25 13:26:17 2013 +0000
+++ b/tests/lib/libc/stdio/Makefile Thu Apr 25 13:34:09 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/04/22 21:05:12 christos Exp $
+# $NetBSD: Makefile,v 1.11 2013/04/25 13:34:09 joerg Exp $
.include <bsd.own.mk>
@@ -15,4 +15,6 @@
TESTS_C+= t_scanf
COPTS.t_printf.c += -Wno-format-nonliteral
+LDADD.t_mktemp+= -Wl,--no-fatal-warnings
+
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index