You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2002/08/22 21:20:08 UTC

apr_off_t & apr_size_t warnings

I just got Microsoft Visual Studio.net installed on my Windows 2000
system.  It's generating a number of warnings, which are below.

Does Visual Studio 6 give these?

This is revision 3024.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/

text_delta.c
text_delta.c(150) : warning C4244: '+=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
text_delta.c(153) : warning C4244: 'function' : conversion from 'apr_off_t'
to 'const apr_size_t', possible loss of data
text_delta.c(185) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
text_delta.c(186) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
text_delta.c(191) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
text_delta.c(192) : warning C4244: 'function' : conversion from 'apr_off_t'
to 'const apr_size_t', possible loss of data

svndiff.c
svndiff.c(298) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
svndiff.c(305) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
svndiff.c(449) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
svndiff.c(454) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
svndiff.c(459) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data
svndiff.c(464) : warning C4244: '=' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data

compose_delta.c
compose_delta.c(679) : warning C4244: 'initializing' : conversion from
'const apr_off_t' to 'const apr_size_t', possible loss of data
compose_delta.c(694) : warning C4244: 'initializing' : conversion from
'const apr_off_t' to 'const apr_size_t', possible loss of data

utf.c
utf.c(438) : warning C4244: 'function' : conversion from 'apr_off_t' to
'apr_size_t', possible loss of data

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: apr_off_t & apr_size_t warnings

Posted by Branko Čibej <br...@xbc.nu>.
Blair Zajac wrote:

>I just got Microsoft Visual Studio.net installed on my Windows 2000
>system.  It's generating a number of warnings, which are below.
>
>Does Visual Studio 6 give these?
>
>This is revision 3024.
>  
>

Yes. See http://subversion.tigris.org/issues/show_bug.cgi?id=639.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org