Re: gcc warnings
"h.g. muller" <[email protected]>
| Newsgroups | gmane.comp.gnu.xboard.devel |
|---|---|
| Message-ID | <[email protected]> |
At 14:35 15-4-2012 -0700, Arun Persaud wrote: >Hi > >how about enabling "-Wall -Wno-parentheses" on master and v4.6.x? You >can test the output of this by running > >make CFlAGS="-Wall -Wno-parentheses" > >ARUN That seems a bad idea, because it would just flood us with warnings which I am dead against fixing, because it wouldmake the code unreadable. This is a vey counter-productive warning. If there existed a warning "more than one token on line", would you also enable it?