This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Should -Wmaybe-uninitialized be included in -Wall?


On 9 July 2013 13:04, Andrew Haley wrote:
> On 07/09/2013 12:59 PM, Andreas Arnez wrote:
>> With this situation at hand, I wonder whether it's a good idea to keep
>> maybe-uninitialized included in -Wall.  Projects which have been using
>> "-Wall -Werror" successfully for many years are now forced to
>> investigate non-existing bugs in their code.
>
> But maybe-uninitialized is very useful, and it's not really inappropriate
> for -Wall.  I would question the appropriateness of using -Wall -Werror
> in production code.

Me too, but for those who prefer it there is
-Wno-error=maybe-uninitialized so they can keep everything else as an
error.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]