aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-10 08:58:39 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-10 08:58:39 -0400
commit92d6875bdd88f24c95b86c2425ae5276ca302994 (patch)
treeb2f24dad5dbfb89673a9f265b2d6978781d16ac5 /gcc
parent594f6fc5935b7341a96ab073542d68ba2d4688d3 (diff)
downloadgcc-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.c1
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. */