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/s_expm1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/s_expm1.c') diff --git a/libm/s_expm1.c b/libm/s_expm1.c index 79783d9ba..5e7e9d84f 100644 --- a/libm/s_expm1.c +++ b/libm/s_expm1.c @@ -138,7 +138,7 @@ Q5 = -2.01099218183624371326e-07; /* BE8AFDB7 6E09C32D */ double x; #endif { - double y,hi,lo,c=0,t,e,hxs,hfx,r1; + double y,hi,lo,c=0.0,t,e,hxs,hfx,r1; int32_t k,xsb; u_int32_t hx; -- cgit v1.2.3