diff options
author | Ian Lynagh <igloo@earth.li> | 2008-12-09 18:38:12 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-12-09 18:38:12 +0000 |
commit | 9584804cf5bd4f5b8c6a410a0b72b340597a7041 (patch) | |
tree | 253dd7752d65d6e045a14e00641a7ff33dde1232 /compiler/codeGen | |
parent | 81a1f4fcdfd15190cd546e7e2bfef4a9923e8d79 (diff) | |
download | haskell-9584804cf5bd4f5b8c6a410a0b72b340597a7041.tar.gz |
Remove an unnecessary -w flag
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/Bitmap.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/codeGen/Bitmap.hs b/compiler/codeGen/Bitmap.hs index 3b363fd24e..acd398c8d5 100644 --- a/compiler/codeGen/Bitmap.hs +++ b/compiler/codeGen/Bitmap.hs @@ -1,10 +1,3 @@ -{-# 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/Commentary/CodingStyle#Warnings --- for details - -- -- (c) The University of Glasgow 2003-2006 -- |