[commit: ghc] master: Suppress binary warnings for bootstrapping as well as stage1. (cb2ac47)
git at git.haskell.org
git at git.haskell.org
Fri Aug 29 14:56:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cb2ac479d58ed8b762611c1b594c00d892e6b796/ghc
>---------------------------------------------------------------
commit cb2ac479d58ed8b762611c1b594c00d892e6b796
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Aug 29 15:55:59 2014 +0100
Suppress binary warnings for bootstrapping as well as stage1.
This was missed when we added binary to the list of boot packages.
But note: the warnings binary are *legitimate* and really should be fixed!
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
cb2ac479d58ed8b762611c1b594c00d892e6b796
mk/validate-settings.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index cac938d..4ccef07 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -117,6 +117,7 @@ libraries/haskeline_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
libraries/haskeline_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-imports
# binary upstream has some warnings, so don't use -Werror for it
+libraries/binary_dist-boot_EXTRA_HC_OPTS += -Wwarn
libraries/binary_dist-install_EXTRA_HC_OPTS += -Wwarn
# temporarily turn off -Werror for mtl
More information about the ghc-commits
mailing list