Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4fb23b8b85f9d4c95cf5aa626cdc3c31193d1c5e >--------------------------------------------------------------- commit 4fb23b8b85f9d4c95cf5aa626cdc3c31193d1c5e Author: Ian Lynagh <[email protected]> Date: Sun Oct 2 19:54:14 2011 +0100 Replace a -w flag with the more specific -fno-warn-deprecations >--------------------------------------------------------------- compiler/cmm/CmmUtils.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/cmm/CmmUtils.hs b/compiler/cmm/CmmUtils.hs index a06d629..0a19b29 100644 --- a/compiler/cmm/CmmUtils.hs +++ b/compiler/cmm/CmmUtils.hs @@ -1,5 +1,5 @@ {-# LANGUAGE GADTs #-} -{-# OPTIONS_GHC -w #-} +{-# OPTIONS_GHC -fno-warn-deprecations #-} -- Warnings from deprecated blockToNodeList _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
