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

Re: Inconsistent definition of svn_repos_replay2

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-02-11 00:34:03 CET

On 2/10/06, Branko Èibej <brane@xbc.nu> wrote:
> subversion\libsvn_repos\replay.c(494) : warning C4028: formal parameter 7 different from declaration
>
>
> The authz_read_func parameter is declared non-const in svn_repos.h, but
> defined const in replay.c. Who's wrong?

All the other places that pass function pointers seem to pass them as
non-const, so I'd say the definition is wrong. Fixed in r18425.

-garrett
Received on Sat Feb 11 00:34:30 2006

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.