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

Warnings on windows

From: Sander Striker <striker_at_apache.org>
Date: 2002-05-30 12:37:45 CEST

Hi,

Just a bunch of warnings one might want to look into (I cut most of the irrelevant
parts of the output).

Sander

--------------------Configuration: libsvn_fs - Win32 Debug--------------------
reps-strings.c
d:\subversion\subversion\libsvn_fs\reps-strings.c(369) : warning C4244: 'function' : conversion from '__int64 ' to 'unsigned int ',
possible loss of data
Generating Code...
d:\subversion\subversion\libsvn_fs\reps-strings.c(369) : warning C4761: integral size mismatch in argument; conversion supplied
--------------------Configuration: libsvn_client - Win32 Debug--------------------
commit_util.c
d:\subversion\subversion\libsvn_client\commit_util.c(942) : warning C4018: '>' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_client\commit_util.c(955) : warning C4018: '>' : signed/unsigned mismatch
--------------------Configuration: libsvn_delta - Win32 Debug--------------------
svndiff.c
d:\subversion\subversion\libsvn_delta\svndiff.c(298) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
d:\subversion\subversion\libsvn_delta\svndiff.c(305) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
d:\subversion\subversion\libsvn_delta\svndiff.c(418) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
d:\subversion\subversion\libsvn_delta\svndiff.c(423) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
d:\subversion\subversion\libsvn_delta\svndiff.c(428) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
d:\subversion\subversion\libsvn_delta\svndiff.c(433) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
text_delta.c
d:\subversion\subversion\libsvn_delta\text_delta.c(140) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ',
possible loss of data
d:\subversion\subversion\libsvn_delta\text_delta.c(141) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ',
possible loss of data
d:\subversion\subversion\libsvn_delta\text_delta.c(146) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ',
possible loss of data
d:\subversion\subversion\libsvn_delta\text_delta.c(147) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned
int ', possible loss of data
Generating Code...
d:\subversion\subversion\libsvn_delta\text_delta.c(147) : warning C4761: integral size mismatch in argument; conversion supplied
--------------------Configuration: libsvn_subr - Win32 Debug--------------------
getdate.c
subversion/libsvn_subr/getdate.y(81) : warning C4273: 'gmtime' : inconsistent dll linkage. dllexport assumed.
subversion/libsvn_subr/getdate.y(82) : warning C4273: 'localtime' : inconsistent dll linkage. dllexport assumed.
subversion/libsvn_subr/getdate.y(561) : warning C4028: formal parameter 1 different from declaration
path.c
d:\subversion\subversion\libsvn_subr\path.c(580) : warning C4018: '==' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_subr\path.c(580) : warning C4018: '==' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_subr\path.c(587) : warning C4018: '==' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_subr\path.c(588) : warning C4018: '==' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_subr\path.c(589) : warning C4018: '==' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_subr\path.c(589) : warning C4018: '==' : signed/unsigned mismatch
d:\subversion\subversion\libsvn_subr\path.c(720) : warning C4018: '<' : signed/unsigned mismatch
--------------------Configuration: libsvn_repos - Win32 Debug--------------------
dump.c
d:\subversion\subversion\libsvn_repos\dump.c(263) : warning C4244: '+=' : conversion from '__int64 ' to 'unsigned int ', possible
loss of data
load.c
d:\subversion\subversion\libsvn_repos\load.c(189) : warning C4018: '!=' : signed/unsigned mismatch

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:36:24 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.