This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should -Wmaybe-uninitialized be included in -Wall?
- From: Andrew Haley <aph at redhat dot com>
- To: Andi Kleen <andi at firstfloor dot org>
- Cc: Gabriel Dos Reis <gdr at integrable-solutions dot net>, Andreas Arnez <arnez at linux dot vnet dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: Wed, 10 Jul 2013 17:27:15 +0100
- Subject: Re: Should -Wmaybe-uninitialized be included in -Wall?
- References: <87ehb8rljz dot fsf at br87z6lw dot de dot ibm dot com> <51DBFC32 dot 8050401 at redhat dot com> <8761wiiihc dot fsf at tassilo dot jf dot intel dot com> <CAAiZkiBcJW0OH8dtkhUCvhrkHiKt4S3xAgurEdqTJskU3mdjHA at mail dot gmail dot com> <20130710161111 dot GY6123 at two dot firstfloor dot org>
On 07/10/2013 05:11 PM, Andi Kleen wrote:
> FWIW basically -Werror -Wall defines a compiler version specific
> variant of C. May be great for individual developers, but it's always
> a serious mistake in any distributed Makefile.
I could not have put it any better.
Andrew.