Suppress some warnings that are hard to fix because of ifdefs
authorIan Lynagh <igloo@earth.li>
Fri, 22 Aug 2008 23:39:51 +0000 (23:39 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 22 Aug 2008 23:39:51 +0000 (23:39 +0000)
System/Posix/Internals.hs

index 0b4f7d4..66ca50c 100644 (file)
@@ -1,4 +1,5 @@
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# OPTIONS_GHC -fno-warn-unused-binds #-}
 {-# OPTIONS_HADDOCK hide #-}
 
 -----------------------------------------------------------------------------