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

Re: svn commit: r1614703 - in /subversion/branches/authzperf: BRANCH-README subversion/include/svn_string.h subversion/libsvn_repos/authz.c subversion/libsvn_subr/string.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Mon, 04 Aug 2014 01:49:35 +0200

[re-sending to the correct list]

On 04.08.2014 01:48, Branko Čibej wrote:
> On 30.07.2014 18:27, stefan2_at_apache.org wrote:
>> Author: stefan2
>> Date: Wed Jul 30 16:27:44 2014
>> New Revision: 1614703
>> + for ( ; pos; pos = strstr(str->data + current, to_find), ++replacements)
>> + {
>> + apr_size_t to_copy = pos - str->data - current;
>
> This declaration shadows the one a few lines further up.
>
> Stefan^2 , are you compiling in maintainer mode? If not, please do; If
> yes, please make sure you don't commit code that cause new warnings.
> They're really very distracting. Currently about 3/4 of all warnings
> (from gcc and/or clang) are emitted from code you wrote.
>
> -- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco | Realising the impossibilities of Big Data
e. brane_at_wandisco.com
Received on 2014-08-04 01:49:57 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.