From a1c83798b09fb3bd75577dad4447f4dc51ff1879 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 23 Sep 2010 13:01:17 +0000 Subject: [PATCH] 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) --- mk/validate-settings.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4