summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-12-09 18:38:12 +0000
committerIan Lynagh <igloo@earth.li>2008-12-09 18:38:12 +0000
commit9584804cf5bd4f5b8c6a410a0b72b340597a7041 (patch)
tree253dd7752d65d6e045a14e00641a7ff33dde1232 /compiler/codeGen
parent81a1f4fcdfd15190cd546e7e2bfef4a9923e8d79 (diff)
downloadhaskell-9584804cf5bd4f5b8c6a410a0b72b340597a7041.tar.gz
Remove an unnecessary -w flag
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/Bitmap.hs7
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
--