]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
flags.h (extra_warnings): Delete.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Sun, 3 May 2009 19:14:06 +0000 (19:14 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Sun, 3 May 2009 19:14:06 +0000 (19:14 +0000)
commit62a67c94b776e5d07acd247e8a68f60f2a824024
tree6bbb72911fd2765093c16f58a6efa88fc9c6ed0a
parent8c7926c4c73c20a4097710c4ffd92d30a839c0fc
flags.h (extra_warnings): Delete.

2009-05-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* flags.h (extra_warnings): Delete.
* toplev.c (process_options): Handle Wuninitialized here.
* opts.c (extra_warnings): Delete.
(set_Wextra): Delete.
(common_handle_option): -Wextra can be handled automatically.
* c-opts.c (c_common_handle_option): Delete obsolete code.
(c_common_post_options): Simplify comment.
* common.opt (W): Add Var.
(Wextra): Add Var.
(Wuninitialized): Initialize to -1.

From-SVN: r147080
gcc/ChangeLog
gcc/c-opts.c
gcc/common.opt
gcc/flags.h
gcc/opts.c
gcc/toplev.c