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).