From: simonpj@microsoft.com Date: Thu, 23 Sep 2010 13:01:17 +0000 (+0000) Subject: For now, switch off incomplete-pattern warnings in containers X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a1c83798b09fb3bd75577dad4447f4dc51ff1879;p=ghc-hetmet.git For now, switch off incomplete-pattern warnings in containers Put it back on when my patch is applied to the containers repo. (the one that removes two refuable lambdas) --- diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index ae25119..9e19105 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -40,6 +40,9 @@ endif ###################################################################### # Disable some warnings in packages we use +# Temporarily turn off incomplete-pattern warnings for containers +libraries/containers_dist-install_EXTRA_HC_OPTS += -fno-warn-incomplete-patterns + # Temporarily turn off unused-do-bind warnings for the time package libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-do-bind # On Windows, there are also some unused import warnings