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

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

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Sat, 10 Oct 2009 01:42:44 +0100

Greg Stein wrote:
> > - svn_version_func_t version_function;
> > - version_function = (svn_version_func_t) version_function_symbol;
> > + svn_version_func_t version_function
> > + = (svn_version_func_t) version_function_symbol;
>
> Is that cast really needed? If so, then that would be bad...
> mismatched prototypes.. ugh.

They (there were two more in that file) were just redundant explicit
casts from (void *). Gone in r39915.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405735
Received on 2009-10-10 02:42:59 CEST

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.