X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FCmm.hs;h=24542e1020763fccbd06fbeedbcc022120183fdf;hp=22479ca24745cf3bedd6e9292f4e62593e27cef5;hb=3ed54797c2824e1ad5cbe8015401e9e648bf122a;hpb=d9e439063bbd9827df7a6f75471834d8479c3ea3 diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs index 22479ca..24542e1 100644 --- a/compiler/cmm/Cmm.hs +++ b/compiler/cmm/Cmm.hs @@ -1,4 +1,7 @@ -{-# OPTIONS -Wall -fno-warn-name-shadowing -fno-warn-orphans #-} +{-# OPTIONS -fno-warn-name-shadowing -w #-} +-- We'd like to use -fno-warn-orphans rather than -w, but old compilers +-- don't understand it so building stage1 fails. + ----------------------------------------------------------------------------- -- -- Cmm data types @@ -7,13 +10,6 @@ -- ----------------------------------------------------------------------------- -{-# OPTIONS -w #-} --- The above warning supression flag is a temporary kludge. --- While working on this module you are encouraged to remove it and fix --- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings --- for details - module Cmm ( GenCmm(..), Cmm, RawCmm, GenCmmTop(..), CmmTop, RawCmmTop,