From aba55d0da9b11654fadd1d557bc5943a1df72abd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 17 Oct 2018 12:33:07 +0900 Subject: [PATCH] add missing ghc-warnings.mk-CC-Wall.patch --- ghc-warnings.mk-CC-Wall.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ghc-warnings.mk-CC-Wall.patch diff --git a/ghc-warnings.mk-CC-Wall.patch b/ghc-warnings.mk-CC-Wall.patch new file mode 100644 index 0000000..f775eb3 --- /dev/null +++ b/ghc-warnings.mk-CC-Wall.patch @@ -0,0 +1,12 @@ +--- ghc-8.4.3/mk/warnings.mk~ 2018-02-04 02:30:11.000000000 +0900 ++++ ghc-8.4.3/mk/warnings.mk 2018-09-29 14:33:37.607884921 +0900 +@@ -1,6 +1,6 @@ + # See Note [Order of warning flags]. +-SRC_CC_OPTS += -Wall $(WERROR) ++#SRC_CC_OPTS += -Wall $(WERROR) + SRC_HC_OPTS += -Wall + # Don't add -Werror to SRC_HC_OPTS_STAGE0 (or SRC_HC_OPTS), because otherwise + # validate may unnecessarily fail when booting with an older compiler. + # It would be better to only exclude certain warnings from becoming errors + +Diff finished. Sat Sep 29 14:35:43 2018