Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9c6223dd780b5a41be98702a583a1b7229841305

>---------------------------------------------------------------

commit 9c6223dd780b5a41be98702a583a1b7229841305
Author: Ian Lynagh <i...@well-typed.com>
Date:   Tue Oct 9 00:09:33 2012 +0100

    Remove unnecessary warning suppression

>---------------------------------------------------------------

 compiler/main/DynFlags.hs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index b89e2be..785a676 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -11,9 +11,6 @@
 --
 -------------------------------------------------------------------------------
 
-{-# OPTIONS_GHC -fno-warn-missing-fields #-}
--- So that tracingSettings works properly
-
 module DynFlags (
         -- * Dynamic flags and associated configuration types
         DynFlag(..),



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to