Commit 92d6875b by Richard Kenner

(c_decode_option, case "-Wall"): Don't set extra_warnings.

From-SVN: r9919
parent 594f6fc5
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment