Wireshark-commits: [Wireshark-commits] rev 38311: /trunk/ /trunk/: configure.in

Date: Tue, 02 Aug 2011 16:17:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38311

User: wmeier
Date: 2011/08/02 09:17 AM

Log:
 For now: treat GCC 4.6 'unused-but-set' reports as just warnings (i.e., when -Werror).
 
 GCC 4.6 has added 'unused but set' reports so this change allows builds to proceed without
 erroring out for those building from SVN with GCC 4.6.
 
 (AFAIK Wireshark source distributions do not enable -Werror).
 
 This change can be removed (at least globally) once the code as been fixed.

Directory: /trunk/
  Changes    Path            Action
  +2 -1      configure.in    Modified