Philip Martin <philip@codematters.co.uk> writes:
> I mentioned the gcc warning about "exp" being a builtin name, I see it
> got changed to "expl". Unfortunately "expl" is also a builtin name,
> as is "expf" (they are names in the C99 library.)
>
> ../svn/subversion/libsvn_subr/date.c:103: warning: declaration of `expl' shadows a global declaration
> <built-in>:0: warning: shadowed declaration is here
> ../svn/subversion/libsvn_subr/date.c: In function `svn_parse_date':
> ../svn/subversion/libsvn_subr/date.c:194: warning: declaration of `expl' shadows a global declaration
> <built-in>:0: warning: shadowed declaration is here
>
> ditto for time-test.c.
>
> If you want to keep the name short, try "expt".
Huh, I didn't get those warnings (but then I'm usually not running
bleeding edge GCC).
Will change, thanks.
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 16 01:53:18 2004