From: Paul Eggert Date: Tue, 10 Aug 2010 17:39:30 +0000 (-0700) Subject: strtod: fix const diagnostic X-Git-Tag: v0.1~3942 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b88cc81f2204d45dc587eeda1f887bfe27987ef0;hp=b88cc81f2204d45dc587eeda1f887bfe27987ef0;p=gnulib.git strtod: fix const diagnostic * lib/strtod.c (strtod): Don't assign const char * to char *, as this elicits a warning from GCC when warnings are enabled. ---