Re: svn commit: r1459058 - in /subversion/trunk/subversion: include/private/svn_dep_compat.h include/private/svn_subr_private.h libsvn_ra_serf/serf.c libsvn_subr/hash.c libsvn_wc/adm_ops.c svn/notify.c svnrdump/dump_editor.c
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 21 Mar 2013 13:18:43 +0000
julianfoad_at_apache.org writes:
> Author: julianfoad
> --- subversion/trunk/subversion/include/private/svn_dep_compat.h (original)
> --- subversion/trunk/subversion/libsvn_subr/hash.c (original)
The declaration of svn_hash__clear is only present for old APR while the
../src2/subversion/libsvn_subr/hash.c:512:1: warning: no previous prototype for 'svn_hash__clear' [-Wmissing-prototypes]
We could fix it by moving the declaration outside the #if making
Which is the best solution?
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-03-21 14:19:32 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.