From ac427fbae067690696799ffc9a30a1203f17c59c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 28 Jun 1999 12:15:57 +0000 Subject: [PATCH] [project @ 1999-06-28 12:15:57 by simonmar] Move -fwarn-unused-{binds,matches} back into -W (two votes for, one against). --- ghc/driver/ghc.lprl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 70f864a..a05f147 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -279,10 +279,10 @@ these are turned off by -Wnot. \begin{code} @StandardWarnings = ('-fwarn-overlapping-patterns', '-fwarn-missing-methods', - '-fwarn-unused-binds', - '-fwarn-unused-matches', '-fwarn-duplicate-exports'); @MinusWOpts = (@StandardWarnings, + '-fwarn-unused-binds', + '-fwarn-unused-matches', '-fwarn-incomplete-patterns', '-fwarn-unused-imports'); @MinusWallOpts = (@MinusWOpts, -- 1.7.10.4