summaryrefslogtreecommitdiff
path: root/libm/s_expm1.c
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2002-08-09 13:03:00 +0000
committerDavid McCullough <davidm@snapgear.com>2002-08-09 13:03:00 +0000
commitbea67a752df6f8e1dfce75592fb7c371e5c8a212 (patch)
treec9b547baafaae100ab2c34ef6930ba48a1a5a736 /libm/s_expm1.c
parent54e4a312a7ac8609604d922950d29f618d1cb04c (diff)
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.
Diffstat (limited to 'libm/s_expm1.c')
-rw-r--r--libm/s_expm1.c2
1 files changed, 1 insertions, 1 deletions
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;