Fix warnings in utils/FastMutInt
authorIan Lynagh <igloo@earth.li>
Sun, 13 Jan 2008 13:18:30 +0000 (13:18 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 13 Jan 2008 13:18:30 +0000 (13:18 +0000)
compiler/utils/FastMutInt.lhs

index fae79d6..2039ee5 100644 (file)
@@ -5,20 +5,11 @@
 -- Unboxed mutable Ints
 
 \begin{code}
-{-# 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
-
 module FastMutInt(
        FastMutInt, newFastMutInt,
        readFastMutInt, writeFastMutInt
   ) where
 
-#include "HsVersions.h"
-
 #ifdef __GLASGOW_HASKELL__
 
 #include "MachDeps.h"