From f79247cd8d0ab1509e4c10a5383bc5c6d8395803 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 9 Apr 2008 20:40:48 +0000 Subject: [PATCH] avoid warnings from ffi.h when UseLibFFIForAdjustors=YES --- rts/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4