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