Rename -W to -Wextra.
commit65ca2d606c1420d9a4f76f22c5f07823119fe543
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 24 Jan 2003 15:17:26 +0000 (24 15:17 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 24 Jan 2003 15:17:26 +0000 (24 15:17 +0000)
tree869d547d6a351decc78db9dd25b6fc48dbd968be
parent3de9c088e8349dbf2af82c6ae947e9fe84b356e2
Rename -W to -Wextra.

2003-01-24  Phil Edwards  <pme@gcc.gnu.org>

Rename -W to -Wextra.
* c-decl.c:  Update comments.
* c-typeck.c:  Likewise.
* flags.h:  Likewise.
* function.c:  Likewise.
* stmt.c:  Likewise.
* toplev.c:  Update comments.
(W_options):  Add 'extra'.
(display_help):  Remove '-W'.
(decode_W_option):  Special warn_uninitialized treatment in the case
of -Wextra.
* doc/invoke.texi:  Update with new entries.

From-SVN: r61696
gcc/ChangeLog
gcc/c-decl.c
gcc/c-typeck.c
gcc/doc/invoke.texi
gcc/flags.h
gcc/function.c
gcc/stmt.c
gcc/toplev.c