(c_decode_option, case "-Wall"): Don't set extra_warnings.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 10 Jun 1995 12:58:39 +0000 (08:58 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 10 Jun 1995 12:58:39 +0000 (08:58 -0400)
From-SVN: r9919

gcc/c-decl.c

index af56e9bba9f4223392a93a7a00603a77f35bb528..4c83552a95880aea92851f3a9bb16b2f51490ec1 100644 (file)
@@ -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.  */