Re: [Clamav-devel] patch: fix some warnings

2005-12-10 Thread Tomasz Kojm
On Fri, 9 Dec 2005 03:01:18 +0100 Stefan Huehner <[EMAIL PROTECTED]> wrote: > Hi, > > attached patch fixes some compiler warning, by: Applied in CVS. Thanks, -- oo. Tomasz Kojm <[EMAIL PROTECTED]> (\/)\. http://www.ClamAV.net/gpg/tkojm.gpg \..

Re: [Clamav-devel] patch: fix some warnings

2005-12-09 Thread Stefan Huehner
On Fri, Dec 09, 2005 at 07:41:24AM +, Nigel Horne wrote: > > > >attached patch fixes some compiler warning, by: > >- making functions static, which aren't used outside their declaring > > file > > Good luck with that one - I tried to get that one through a couple of > years ago and just got i

Re: [Clamav-devel] patch: fix some warnings

2005-12-08 Thread Nigel Horne
Stefan Huehner wrote: Hi, attached patch fixes some compiler warning, by: - making functions static, which aren't used outside their declaring file Good luck with that one - I tried to get that one through a couple of years ago and just got into a religous battle over it which rather bored m

[Clamav-devel] patch: fix some warnings

2005-12-08 Thread Stefan Huehner
Hi, attached patch fixes some compiler warning, by: - making functions static, which aren't used outside their declaring file - including the corresponding header file in the implementing .c-file, so protoypes for exported function are found - adds prototypes for exported functions to to the h