Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/ieeefp Stopgap buildfix: gcc complains about ...



details:   https://anonhg.NetBSD.org/src/rev/51b947cf33f7
branches:  trunk
changeset: 760320:51b947cf33f7
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 02 13:49:15 2011 +0000

description:
Stopgap buildfix: gcc complains about test_ops possibly being clobbered
by sigjmp and I can't find a proper way to add -Wno-uninitialized in the
proper place in CFLAGS.

diffstat:

 tests/lib/libc/ieeefp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1558ed11aa5b -r 51b947cf33f7 tests/lib/libc/ieeefp/Makefile
--- a/tests/lib/libc/ieeefp/Makefile    Sun Jan 02 13:18:37 2011 +0000
+++ b/tests/lib/libc/ieeefp/Makefile    Sun Jan 02 13:49:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/02 03:51:21 pgoyette Exp $
+# $NetBSD: Makefile,v 1.2 2011/01/02 13:49:15 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -10,5 +10,7 @@
 TESTS_C+=      t_subnormal
 
 LDADD.t_subnormal+=-lm
+WARNS=1
 
 .include <bsd.test.mk>
+



Home | Main Index | Thread Index | Old Index