Skip to content
Snippets Groups Projects
Commit 71c15e1e authored by sof's avatar sof
Browse files

[project @ 1997-11-24 21:35:17 by sof]

Add -fwarn-duplicate-exports to default warning set
parent b1438285
No related branches found
No related tags found
No related merge requests found
......@@ -272,12 +272,14 @@ warnings that you get all the time are
-fwarn-overlapping-patterns
-fwarn-missing-methods
-fwarn-duplicate-exports
these are turned off by -Wnot.
\begin{code}
@StandardWarnings = ('-fwarn-overlapping-patterns',
'-fwarn-missing-methods');
'-fwarn-missing-methods',
'-fwarn-duplicate-exports');
@MinusWOpts = (@StandardWarnings,
'-fwarn-incomplete-patterns',
'-fwarn-unused-names');
......
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