You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/02/07 02:03:53 UTC

cache-membuffer compiler warnings

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?

Thanks,

Daniel

Re: cache-membuffer compiler warnings

Posted by Stefan Fuhrmann <eq...@web.de>.
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.