summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2015-03-03 19:41:43 -0600
committerAustin Seipp <austin@well-typed.com>2015-03-03 19:41:44 -0600
commite673b8408d84f9149f88964c3318059984eb7788 (patch)
treef0522f9f0490c9a296f887e93b9986af01703c9d /compiler
parent6e77d45b2b4dcf189b71621009e80b96a3c5155a (diff)
downloadhaskell-e673b8408d84f9149f88964c3318059984eb7788.tar.gz
Fix -Werror build failure in RtsMain
Summary: Something in Excn.h's include chain is loading _mingw.h which is defining a macro that PosixSource.h is going to define. _mingw.h's version properly checks if it has already been defined and skips it, so fixing the warning can be done by just including Excn.h later (moved it to before last include). Test Plan: ./validate Reviewers: austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D698
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions