From 9584804cf5bd4f5b8c6a410a0b72b340597a7041 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 9 Dec 2008 18:38:12 +0000 Subject: [PATCH] Remove an unnecessary -w flag --- compiler/codeGen/Bitmap.hs | 7 ------- 1 file changed, 7 deletions(-) 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 -- -- 1.7.10.4