Re: [Clamav-users] Building 96.2 for Mandriva 2010.1

2010-08-14 Thread Chris
On Sat, 2010-08-14 at 11:23 +0300, Török Edwin wrote: > On Fri, 13 Aug 2010 18:03:30 -0500 > Chris 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-bi

Re: [Clamav-users] Building 96.2 for Mandriva 2010.1

2010-08-14 Thread Stephen Gran
On Fri, Aug 13, 2010 at 06:03:30PM -0500, Chris said: > While building this I noticed the below: > > unzip.c: In function 'unz': > unzip.c:155: warning: format '%lu' expects type 'long unsigned int', but > argument 2 has type 'unsigned int' > unzip.c:199: warning: format '%lu' expects type 'long u

Re: [Clamav-users] Building 96.2 for Mandriva 2010.1

2010-08-14 Thread Török Edwin
On Fri, 13 Aug 2010 18:03:30 -0500 Chris 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