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

apr_off_t & apr_size_t warnings

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-08-22 23:20:08 CEST

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 <blair@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
Received on Thu Aug 22 23:20:40 2002

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.