From 46923b6df17c9514b6b705119c8273086ba0ace5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 30 Apr 2017 22:41:38 -0400 Subject: Disable -Wcpp-undef for now We at very least need to upstream a patch for the time submodule to compile on OS X. --- mk/warnings.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/warnings.mk') 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" -- cgit v1.2.1