Re: How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread Ralf Wildenhues
Hello, * NotFound wrote on Mon, Feb 18, 2008 at 10:43:00PM CET: > > > Recently, I converted the project over to using Autotools and am > > > wondering if there is a portable way to instruct automake to generate > > > Makefiles that build code while treating all encountered warnings as > > > errors

Re: How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread Erik de Castro Lopo
NotFound wrote: > By the way, including -Werror in CFLAGS at configure time breaks > several automake and autoconf tests. This is a shame, but I suppose it > will be almost impossible to make all tests warning-free. Like some of the other respondants have said, you need to be careful that you don

Re: How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread NotFound
> > Recently, I converted the project over to using Autotools and am > > wondering if there is a portable way to instruct automake to generate > > Makefiles that build code while treating all encountered warnings as > > errors? > Probably so, and I'm sure Ralf will know what it is. However, this i

Re: How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread Robert J. Hansen
jasond wrote: Recently, I converted the project over to using Autotools and am wondering if there is a portable way to instruct automake to generate Makefiles that build code while treating all encountered warnings as errors? Probably so, and I'm sure Ralf will know what it is. However, this i

How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread jasond
-- View this message in context: http://www.nabble.com/How-to-build-source-code-while-treating-all-warnings-as-errors-with-automake...-tp15547061p15547061.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.