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

Re: cache-membuffer compiler warnings

From: Stefan Fuhrmann <eqfox_at_web.de>
Date: Mon, 07 Feb 2011 10:02:13 +0100

On 07.02.2011 02:03, Daniel Shahaf wrote:
> Stefan,
>
> [[[
> % make -s
> subversion/libsvn_subr/cache-membuffer.c:1223: warning: ‘svn_membuffer_cache_get_partial’ defined but not used
> subversion/libsvn_subr/cache-membuffer.c:1250: warning: ‘svn_membuffer_cache_is_cachable’ defined but not used
> % grep -R svn_membuffer_cache_is_cachable subversion/include/
> % grep -R svn_membuffer_cache_is_cachable subversion/include/
> %
> ]]]
>
> What's the fix to this?
These are implementations for an extended
cache interface. However, the respective vtable
extensions and implementations for the other
cache types have not been merged, yet.

I plan to propose a new set of patches for
review today. One of the patch sets will contain
the API changes.

-- Stefan^2.
Received on 2011-02-07 10:02:53 CET

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.