This is the mail archive of the gcc-bugs@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]

[Bug c++/52961] Missing warning on empty if


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52961

--- Comment #8 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-10-09 17:06:25 UTC ---
The problem of default warnings without options is that default warnings are
often the most useful and,  hence, the ones that people would like to make an
error with -Werror=. Unfortunately, we don't have a -Werror=default to enable
all of them.


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