Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 46431: /trunk/epan/dissectors/ /trun

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Thu, 06 Dec 2012 18:34:08 -0500
On 12/6/2012 6:19 PM, guy@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46431

User: guy
Date: 2012/12/06 03:19 PM

Log:
  Squelch some -Wshadow warnings (inappropriate warnings - they're just
  names in a prototype declaration - but maybe that's what you get with
  older compilers).


A grep suggests there are a fair number of files which would need to be fixed, so I chose to revert enabling -Wshadow as the default.

Bill