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

Re: svn commit: r981090 - in /subversion/branches/performance/subversion: include/private/svn_serializer.h libsvn_subr/svn_serializer.c

From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: Sun, 01 Aug 2010 12:23:52 +0200

Greg Stein wrote:
> And style nit: we *never* use upper-case typedef names (and generally
> avoid hungarian notation concepts).
>
The problem here is that gcc is very picky when it comes to
implicitly converting double pointers to const void * const *:
it tends to issue warnings. So, it takes some extra explicit
casts to silence them.

For the time being, I'm removing the typedefs and will use
verbatim casts where necessary.

-- Stefan^2.
Received on 2010-08-01 12:24:37 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.