aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-09-02 19:40:33 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-09-02 19:40:33 +0000
commit6d8372f7720ce67c5f371f8faad4d4ac822f0e30 (patch)
tree892376e1815bdcb72c36ba131c1c9f311cbd8200
parent9f96178b37915bb0853f340de24dc631ff7170d0 (diff)
Suppress some warnings
-rw-r--r--System/Posix/Resource.hsc6
1 files changed, 6 insertions, 0 deletions
diff --git a/System/Posix/Resource.hsc b/System/Posix/Resource.hsc
index 58b2bfd..c17707e 100644
--- a/System/Posix/Resource.hsc
+++ b/System/Posix/Resource.hsc
@@ -1,4 +1,10 @@
{-# OPTIONS -fffi #-}
+{-# OPTIONS_GHC -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/WorkingConventions#Warnings
+-- for details
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix.Resource