fix unused variable warnings in new nextafter/nexttoward code
authorRich Felker <dalias@aerifal.cx>
Sun, 6 May 2012 18:48:20 +0000 (14:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 6 May 2012 18:48:20 +0000 (14:48 -0400)
commit4e597feef0595caefa39ab43c813734a1244fa84
tree8f9b38b0792c11b0c144f5e2cbe7916be63532f6
parenta3b20f67b35e26813d02e08043db2a5d9263f255
fix unused variable warnings in new nextafter/nexttoward code

apparently initializing a variable is not "using" it but assigning to
it is "using" it. i don't really like this fix, but it's better than
trying to make a bigger cleanup just before a release, and it should
work fine (tested against nsz's math tests).
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c