From: Richard Kenner Date: Sat, 10 Jun 1995 12:58:39 +0000 (-0400) Subject: (c_decode_option, case "-Wall"): Don't set extra_warnings. X-Git-Tag: misc/cutover-egcs-0~4039 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92d6875bdd88f24c95b86c2425ae5276ca302994;p=thirdparty%2Fgcc.git (c_decode_option, case "-Wall"): Don't set extra_warnings. From-SVN: r9919 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index af56e9bba9f4..4c83552a9588 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. */