summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/powerpc/strtoufix32.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtoufix32.c')
-rw-r--r--newlib/libc/machine/powerpc/strtoufix32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/powerpc/strtoufix32.c b/newlib/libc/machine/powerpc/strtoufix32.c
index 25e9d143f..6a8e0812f 100644
--- a/newlib/libc/machine/powerpc/strtoufix32.c
+++ b/newlib/libc/machine/powerpc/strtoufix32.c
@@ -19,7 +19,7 @@ _DEFUN (_strtoufix32_r, (rptr, nptr, endptr),
char **endptr)
{
union double_union dbl;
- int exp, negexp, sign;
+ int exp, negexp;
__uint32_t tmp, tmp2, result = 0;
dbl.d = _strtod_r (rptr, nptr, endptr);