From: Simon Marlow Date: Wed, 9 Apr 2008 20:40:48 +0000 (+0000) Subject: avoid warnings from ffi.h when UseLibFFIForAdjustors=YES X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f79247cd8d0ab1509e4c10a5383bc5c6d8395803;p=ghc-hetmet.git avoid warnings from ffi.h when UseLibFFIForAdjustors=YES --- diff --git a/rts/Makefile b/rts/Makefile index 516879a..19a7a22 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -203,6 +203,7 @@ RtsUtils_CC_OPTS += -DGhcEnableTablesNextToCode=$(DQ)$(GhcEnableTablesNextToCode # ffi.h triggers prototype warnings, so disable them here: Interpreter_CC_OPTS += -Wno-strict-prototypes +Adjustor_CC_OPTS += -Wno-strict-prototypes StgCRun_CC_OPTS += -w Typeable_CC_OPTS += -w