[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8328 - trunk/subversion/libsvn_subr

From: <kfogel_at_collab.net>
Date: 2004-01-16 00:57:25 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.