diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-10 12:27:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-10 12:27:56 +0000 |
commit | 3f070beb602a1b40d185ec49f7b556a7cc624d51 (patch) | |
tree | 27b0ce36d6c4103953ab9b1305c645add49ed7c6 /compiler/cmm/Cmm.hs | |
parent | fb4afdd4bc4c19b8e8695c7019368f6530f9fa37 (diff) | |
download | haskell-3f070beb602a1b40d185ec49f7b556a7cc624d51.tar.gz |
Turn off orphan warnings
We also avoid using -fno-warn-orphans with older GHCs that don't understand
the flag.
Diffstat (limited to 'compiler/cmm/Cmm.hs')
-rw-r--r-- | compiler/cmm/Cmm.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs index db5accd3c0..afa47a24f7 100644 --- a/compiler/cmm/Cmm.hs +++ b/compiler/cmm/Cmm.hs @@ -1,7 +1,3 @@ -{-# 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 |