Wireshark-dev: Re: [Wireshark-dev] Release process / Compiling with -Werror on 0.99.9
From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Wed, 05 Mar 2008 10:31:52 -0500



A Verma wrote:
Hi,
Can you pls explain to me how exactly that is done?
The file is configure.in <http://configure.in>.
I set the warnings_as_errors_default to no. But still the warnings are apprearing.
Some other modifications also nedd to be made?

warnings_as_errors only controls whether the warnings will be treated as errors or not. You don't have to change "configure.in" but rather just run "./configure --disable-warnings-as-errors" to turn this off.

Nothing you do will prevent the warnings from coming out, however (well, aside from fixing all the warnings, something which is not always possible).