For now, switch off incomplete-pattern warnings in containers
authorsimonpj@microsoft.com <unknown>
Thu, 23 Sep 2010 13:01:17 +0000 (13:01 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 23 Sep 2010 13:01:17 +0000 (13:01 +0000)
Put it back on when my patch is applied to the containers repo.
(the one that removes two refuable lambdas)

mk/validate-settings.mk

index ae25119..9e19105 100644 (file)
@@ -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