c-decl.c (c_decode_option): Set WARN_UNINITIALIZED to 2 with -Wall...
authorBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 15 Jan 1993 00:35:00 +0000 (19:35 -0500)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Fri, 15 Jan 1993 00:35:00 +0000 (19:35 -0500)
commita2468e45b484872253f5be220700d09cab6f29d7
tree640ae11fef51482da5e8d4f30286d469c551f3ce
parent48fb792a91a6b0850d723dc87bcc18eeab7ac3f5
c-decl.c (c_decode_option): Set WARN_UNINITIALIZED to 2 with -Wall...

        * c-decl.c (c_decode_option): Set WARN_UNINITIALIZED to 2 with
        -Wall, being careful to preserve it if it's already set.
        * cp-decl2.c (lang_decode_option): Likewise.
        * toplev.c (main): Warn about using -Wuninitialized without -O.

From-SVN: r3250
gcc/c-decl.c
gcc/toplev.c