From: Ian Lynagh Date: Tue, 9 Dec 2008 18:38:12 +0000 (+0000) Subject: Remove an unnecessary -w flag X-Git-Tag: 2009-03-13~338 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9584804cf5bd4f5b8c6a410a0b72b340597a7041 Remove an unnecessary -w flag --- diff --git a/compiler/codeGen/Bitmap.hs b/compiler/codeGen/Bitmap.hs index 3b363fd..acd398c 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 --