Re: GNU gcc upgrades
John Jacq <[email protected]>
| Newsgroups | gmane.linux.usability.annoyances |
|---|---|
| Message-ID | <[email protected]> |
>The other thing you can find is that gcc's warning levels have been shifted >around. This isn't necessarily stuff that wasn't warned about before, but >stuff that -Wall didn't warn about and now does. I tend to use "-W -Wall" >with gcc, which warns about everything you'd normally need to worry about. Thanks, I'll change $CFLAGS to include that leading "-W" in my makefiles John