[commit: ghc] master: Remove warning-suppression (not needed) (b4fbdce)

Simon Peyton Jones simonpj at microsoft.com
Sat Mar 9 17:35:02 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b4fbdcece2367b3871cbd9f242da04a42f55a6d8

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

commit b4fbdcece2367b3871cbd9f242da04a42f55a6d8
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Sat Mar 9 16:32:08 2013 +0000

    Remove warning-suppression (not needed)

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

 compiler/cmm/CmmCommonBlockElim.hs | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/compiler/cmm/CmmCommonBlockElim.hs b/compiler/cmm/CmmCommonBlockElim.hs
index 522d323..6312fb9 100644
--- a/compiler/cmm/CmmCommonBlockElim.hs
+++ b/compiler/cmm/CmmCommonBlockElim.hs
@@ -1,9 +1,4 @@
 {-# LANGUAGE GADTs #-}
--- ToDo: remove -fno-warn-warnings-deprecations
-{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
--- ToDo: remove -fno-warn-incomplete-patterns
-{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
-
 module CmmCommonBlockElim
   ( elimCommonBlocks
   )





More information about the ghc-commits mailing list