From 92d6875bdd88f24c95b86c2425ae5276ca302994 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 10 Jun 1995 08:58:39 -0400 Subject: [PATCH] (c_decode_option, case "-Wall"): Don't set extra_warnings. From-SVN: r9919 --- gcc/c-decl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/c-decl.c b/gcc/c-decl.c index af56e9bba9f..4c83552a958 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. */ -- 2.30.2