Since the mktemp test case uses mktemp, make linker warnings non-fatal.

This commit is contained in:
joerg 2013-04-25 13:34:09 +00:00
parent f0744dd4e8
commit fcfab139c2
1 changed files with 3 additions and 1 deletions

View File

@ -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_printf
TESTS_C+= t_scanf
COPTS.t_printf.c += -Wno-format-nonliteral
LDADD.t_mktemp+= -Wl,--no-fatal-warnings
.include <bsd.test.mk>