summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-04-30 22:41:38 -0400
committerBen Gamari <ben@smart-cactus.org>2017-04-30 22:42:38 -0400
commit46923b6df17c9514b6b705119c8273086ba0ace5 (patch)
tree37e23527776d636889710348d206abc2b81d45b1 /mk
parent0ff7bc8a6a7705425f99680178f5d07c5cdc55d0 (diff)
downloadhaskell-46923b6df17c9514b6b705119c8273086ba0ace5.tar.gz
Disable -Wcpp-undef for now
We at very least need to upstream a patch for the time submodule to compile on OS X.
Diffstat (limited to 'mk')
-rw-r--r--mk/warnings.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/warnings.mk b/mk/warnings.mk
index 3c4c26d218..af5f4f51d9 100644
--- a/mk/warnings.mk
+++ b/mk/warnings.mk
@@ -8,8 +8,8 @@ SRC_HC_OPTS += -Wall
# isn't supported yet (https://ghc.haskell.org/trac/ghc/wiki/Design/Warnings).
#
# See Note [Stage number in build variables] in mk/config.mk.in.
-SRC_HC_OPTS_STAGE1 += $(WERROR) -Wcpp-undef
-SRC_HC_OPTS_STAGE2 += $(WERROR) -Wcpp-undef
+SRC_HC_OPTS_STAGE1 += $(WERROR) #-Wcpp-undef
+SRC_HC_OPTS_STAGE2 += $(WERROR) #-Wcpp-undef
ifneq "$(GccIsClang)" "YES"