c-strtod: avoid warnings
authorJim Meyering <meyering@redhat.com>
Sun, 25 Jan 2009 09:50:00 +0000 (10:50 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 25 Jan 2009 09:50:50 +0000 (10:50 +0100)
commitf6d751259a21cbc6d4a95ea0fe454df2bfcca59d
tree144c75a9972803a533faef3225202a7f438a5415
parent30f9040a089a530b4981b9b4e72448e1b2888557
c-strtod: avoid warnings

* lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
"assignment discards qualifiers from pointer target type" warnings.
ChangeLog
lib/c-strtod.c