From bea67a752df6f8e1dfce75592fb7c371e5c8a212 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Fri, 9 Aug 2002 13:03:00 +0000 Subject: Fix a number of compile time warnings so that uClibc will build with -Werror using a 3.0.4 version of the sh-linux-gcc compiler. --- libm/e_asin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/e_asin.c') diff --git a/libm/e_asin.c b/libm/e_asin.c index 46b93d8c0..210fdbf3b 100644 --- a/libm/e_asin.c +++ b/libm/e_asin.c @@ -77,7 +77,7 @@ qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ double x; #endif { - double t,w,p,q,c,r,s; + double t=0.0,w,p,q,c,r,s; int32_t hx,ix; GET_HIGH_WORD(hx,x); ix = hx&0x7fffffff; -- cgit v1.2.3