Ethereal-dev: Re: [Ethereal-dev] Additional warnings with -pedantic

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 21 Dec 2003 13:10:03 -0800
On Sun, Dec 21, 2003 at 06:06:10AM +0100, Joerg Mayer wrote:
> OK, -pedantic finds C++ style comments, declarations after statements
> and several more problematic stuff. Unfortunately, it finds way too
> much to be useful for everyone (I filter the stuff before looking at
> it). I think we should add a pedantic configure option or a
> make pedantic-all target or something like that.

Or we could have "--with-extra-gcc-checks" add "-pedantic" along with
the "-W" flags it adds.