Skip to content
Snippets Groups Projects
Commit d014467a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-22 13:31:33 by simonmar]

Add -fwarn-hi-shadowing to the default set of warnings.
parent 795aef7b
No related merge requests found
......@@ -284,6 +284,7 @@ warnings that you get all the time are
-fwarn-missing-fields
-fwarn-deprecations
-fwarn-duplicate-exports
-fwarn-hi-shadowing
these are turned off by -Wnot.
......@@ -292,6 +293,7 @@ these are turned off by -Wnot.
'-fwarn-missing-methods',
'-fwarn-missing-fields',
'-fwarn-deprecations',
'-fwarn-hi-shadowing',
'-fwarn-duplicate-exports');
@MinusWOpts = (@StandardWarnings,
'-fwarn-unused-binds',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment