On Fri, 13 Aug 2010 18:03:30 -0500
Chris <cpoll...@embarqmail.com> wrote:

> While building this I noticed the below:

You get this on a 32-bit build, right?
'int' and 'long' are the same size there, so it doesn't matter which
one is used.
And on 64-bit the arguments to those functions will should be of type
'long' already (they are a sizeof() expression), so again no problem.

We could shut up those warnings by adding explicit casts to long
though, please open a bug.

Best regards,
--Edwin
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to