diff options
author | Simon Marlow <simonmar@microsoft.com> | 2008-04-09 20:40:48 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2008-04-09 20:40:48 +0000 |
commit | f79247cd8d0ab1509e4c10a5383bc5c6d8395803 (patch) | |
tree | 6914d3f49a5c317645ea4fbcaf01880bfdaa858e /rts/Makefile | |
parent | 6ef2b1efafd8b2ba5a65594d1a5d17572b433a38 (diff) | |
download | haskell-f79247cd8d0ab1509e4c10a5383bc5c6d8395803.tar.gz |
avoid warnings from ffi.h when UseLibFFIForAdjustors=YES
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index 516879af9f..19a7a2288f 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 |