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

Another interesing warning

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-02-11 00:19:58 CET

subversion\mod_dav_svn\repos.c(1327) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data

Yes, atof() returns a double. We should either cast this explicitly, or
make result->quality a double, too.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 11 00:20:35 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.