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] | |
Robert Dewar wrote: [ ... ]
While I agree with most of what you said Robert, reality is I have run into long time GCC users with extremely large codebases who use -Wall -Werror and go ballistic any time new warnings are added (the process to get even trivial fixes into their codebase is, umm, lengthy to put it mildly).But then don't use -Wall. If you are asking for -Wall, you want all new warnings, and you have to undertake to investigate them. If you don't want this kind of movement, then specify the precise warnings you want (even that may generate new warnings if a given specific warning is improved).
I must say I am really surprised at the claim that this particular warning will cause lots of new warnings. Do we really have thousands of packages with this kind of dubious construct?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |