https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67820
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67820
--- Comment #4 from David Binderman ---
>Did you grep for -W ?
$ fgrep -l -e "-W " fedora/pass78/2015122*/* | wc -l
50
$ fgrep -l -e "-W " fedora/pass77/201512*/* | wc -l
590
$
So -W gets about as much use as -Wextra
Both together are 14% i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67820
--- Comment #3 from Andrew Pinski ---
(In reply to David Binderman from comment #2)
> >I have almost always seen people use -Wall -W
>
> Doubtful. Looking at a bunch of recent Fedora package builds
>
> $ fgrep -l Wextra fedora/pass78/201512*/*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67820
--- Comment #2 from David Binderman ---
>I have almost always seen people use -Wall -W
Doubtful. Looking at a bunch of recent Fedora package builds
$ fgrep -l Wextra fedora/pass78/201512*/* | wc -l
35
$ fgrep -l Wall fedora/pass78/201512*/*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67820
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---