From: Ian Lynagh Date: Fri, 22 Aug 2008 23:39:51 +0000 (+0000) Subject: Suppress some warnings that are hard to fix because of ifdefs X-Git-Tag: 6_10_branch_has_been_forked~29 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=99a537a07284d488786bf8e85aab5ff225c4cb7e;p=ghc-base.git Suppress some warnings that are hard to fix because of ifdefs --- diff --git a/System/Posix/Internals.hs b/System/Posix/Internals.hs index 0b4f7d4..66ca50c 100644 --- a/System/Posix/Internals.hs +++ b/System/Posix/Internals.hs @@ -1,4 +1,5 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_HADDOCK hide #-} -----------------------------------------------------------------------------