Re: [Clamav-devel] [clamav-users] ClamAV®: ClamAV 0.98.5 beta has been posted!

2014-07-18 Thread Mark Allan

On 9 Jul 2014, at 12:15 am, Joel Esler (jesler) jes...@cisco.com wrote:

 ClamAV 0.98.5 beta has been posted!
 The ClamAV team is proud to announce the availability of ClamAV 0.98.5 beta 
 ready for testing!
 
 http://blog.clamav.net/2014/07/clamav-0985-beta-has-been-posted.html

Compiled and appears to work fine on OS X 10.9 - also compiles fine on 10.10.

For quite a while, there's been a huge number (several hundred) of compiler 
warnings - many ironically generated by code which has a comment alongside 
//silence compiler warning!

Most warnings are about booleans being assigned to themselves, or unused 
variables and parameters.  Would it be of any help to try and remove these or 
would you prefer I just silence the warnings at my end with compiler flags?   
-Wno-self-assign -Wno-unused-parameter -Wno-unused-variable

Mark

___
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


Re: [Clamav-devel] [clamav-users] ClamAV(R): ClamAV 0.98.5 beta has been posted!

2014-07-18 Thread Shawn Webb
On Fri, Jul 18, 2014 at 4:51 PM, Mark Allan markjal...@gmail.com wrote:


 On 9 Jul 2014, at 12:15 am, Joel Esler (jesler) jes...@cisco.com wrote:

  ClamAV 0.98.5 beta has been posted!
  The ClamAV team is proud to announce the availability of ClamAV 0.98.5
 beta ready for testing!
 
  http://blog.clamav.net/2014/07/clamav-0985-beta-has-been-posted.html

 Compiled and appears to work fine on OS X 10.9 - also compiles fine on
 10.10.

 For quite a while, there's been a huge number (several hundred) of
 compiler warnings - many ironically generated by code which has a comment
 alongside //silence compiler warning!

 Most warnings are about booleans being assigned to themselves, or unused
 variables and parameters.  Would it be of any help to try and remove these
 or would you prefer I just silence the warnings at my end with compiler
 flags?   -Wno-self-assign -Wno-unused-parameter -Wno-unused-variable

 Mark


Hey Mark,

I've recently fixed the majority of non-llvm compiler warnings in the
master branch of ClamAV's code. These fixes will go out in a future release.

Thanks,

Shawn
___
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


Re: [Clamav-devel] [clamav-users] ClamAV(R): ClamAV 0.98.5 beta has been posted!

2014-07-18 Thread Steven Morgan
Mark,

Interesting, we'll check out that commented code. We've been working on
fixing the code to get rid of compiler warnings. Many are already fixed and
will be gone in the final 0.98.5 release. Hope to get rid of most (except
for 3rd party code) over the next couple releases.

Steve


On Fri, Jul 18, 2014 at 4:51 PM, Mark Allan markjal...@gmail.com wrote:


 On 9 Jul 2014, at 12:15 am, Joel Esler (jesler) jes...@cisco.com wrote:

  ClamAV 0.98.5 beta has been posted!
  The ClamAV team is proud to announce the availability of ClamAV 0.98.5
 beta ready for testing!
 
  http://blog.clamav.net/2014/07/clamav-0985-beta-has-been-posted.html

 Compiled and appears to work fine on OS X 10.9 - also compiles fine on
 10.10.

 For quite a while, there's been a huge number (several hundred) of
 compiler warnings - many ironically generated by code which has a comment
 alongside //silence compiler warning!

 Most warnings are about booleans being assigned to themselves, or unused
 variables and parameters.  Would it be of any help to try and remove these
 or would you prefer I just silence the warnings at my end with compiler
 flags?   -Wno-self-assign -Wno-unused-parameter -Wno-unused-variable

 Mark

 ___
 http://lurker.clamav.net/list/clamav-devel.html
 Please submit your patches to our Bugzilla: http://bugs.clamav.net

___
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net