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

A ton of new warnings on Win32

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-01-31 00:06:12 CET

I can't make out which commit produced these, so I'm dumping them here.
They all stem from the fact that apr_off_t is 64-bit on Windows. We have
to find a way to solve these problems in general, I think.

C:\Home\brane\src\svn\repo\subversion\libsvn_fs\reps-strings.c(413) : warning C4244: 'function' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\reps-strings.c(438) : warning C4244: 'function' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\reps-strings.c(439) : warning C4244: '+=' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\reps-strings.c(447) : warning C4244: '=' : conversion from 'const __int64 ' to 'int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\reps-strings.c(455) : warning C4244: 'function' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\reps-strings.c(456) : warning C4244: '+=' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\strings-table.c(77) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_fs\strings-table.c(114) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(83) : warning C4244: '=' : conversion from '__int64 ' to 'char ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(344) : warning C4244: '+=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(347) : warning C4244: '+=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(419) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(424) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(429) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(434) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\svndiff.c(481) : warning C4244: '+=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(158) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(354) : warning C4244: 'function' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(355) : warning C4244: '+=' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(364) : warning C4244: '=' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(373) : warning C4244: 'function' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(374) : warning C4244: '+=' : conversion from 'const __int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_delta\text_delta.c(424) : warning C4244: 'initializing' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_wc\adm_ops.c(1066) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned short ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_wc\props.c(599) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_wc\props.c(603) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_wc\props.c(607) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
C:\Home\brane\src\svn\repo\subversion\libsvn_wc\props.c(611) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data

-- 
Brane Čibej   <brane_at_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
Received on Sat Oct 21 14:37:01 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.