X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeFFI.lhs;h=e4a82ac7d62ae7827d882efc3e35651a3065df59;hb=066f10289f9711a0f6d0669aea97e134f1be2826;hp=78792e13db0b14795eeb28e1c1d458c7e0de23fb;hpb=bf3339dd17b16dcc13212cd016a7c44a58183336;p=ghc-hetmet.git diff --git a/compiler/ghci/ByteCodeFFI.lhs b/compiler/ghci/ByteCodeFFI.lhs index 78792e1..e4a82ac 100644 --- a/compiler/ghci/ByteCodeFFI.lhs +++ b/compiler/ghci/ByteCodeFFI.lhs @@ -5,6 +5,13 @@ ByteCodeGen: Generate machine-code sequences for foreign import \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 ByteCodeFFI ( mkMarshalCode, moan64, newExec ) where #include "HsVersions.h"