diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-10 08:58:39 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-10 08:58:39 -0400 |
commit | 92d6875bdd88f24c95b86c2425ae5276ca302994 (patch) | |
tree | b2f24dad5dbfb89673a9f265b2d6978781d16ac5 /gcc | |
parent | 594f6fc5935b7341a96ab073542d68ba2d4688d3 (diff) | |
download | gcc-92d6875bdd88f24c95b86c2425ae5276ca302994.zip gcc-92d6875bdd88f24c95b86c2425ae5276ca302994.tar.gz gcc-92d6875bdd88f24c95b86c2425ae5276ca302994.tar.bz2 |
(c_decode_option, case "-Wall"): Don't set extra_warnings.
From-SVN: r9919
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-decl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index af56e9b..4c83552 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -712,7 +712,6 @@ c_decode_option (p) warn_missing_braces = 0; else if (!strcmp (p, "-Wall")) { - extra_warnings = 1; /* We save the value of warn_uninitialized, since if they put -Wuninitialized on the command line, we need to generate a warning about not using it without also specifying -O. */ |