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

Re: svn commit: r952981 - /subversion/branches/1.6.x-issue3651/subversion/svn/copy-cmd.c

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Thu, 10 Jun 2010 17:45:17 +0530

Senthil Kumaran S wrote:
>> We want to add #include "private/svn_opt_private.h" to avoid compiler
>> warnings about an undefined function yes?
>
> I thought '#include "svn_private_config.h' will include the required private
> header files. If that is the case then we need not explicitly include it? Also,
> my compiler did not warn me about the function. I use "gcc (Debian 4.3.2-1.1)
> 4.3.2".

But, when I include the header file explicitly the following warning
disappears, so I shall commit the necessary changes to the backport branch.

<snip>
../subversion/svn/copy-cmd.c: In function ‘svn_cl__copy’:
../subversion/svn/copy-cmd.c:75: warning: initialization makes pointer from
integer without a cast
</snip>

Will also make your vote as +1

Thank You.

-- 
Senthil Kumaran S
http://www.stylesen.org/
Received on 2010-06-10 14:15:54 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.