temporarily turn off unused import warnings for the time library
authorIan Lynagh <igloo@earth.li>
Sat, 18 Jul 2009 18:34:45 +0000 (18:34 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 18 Jul 2009 18:34:45 +0000 (18:34 +0000)
mk/validate-settings.mk

index e02ef3c..f5a9c46 100644 (file)
@@ -30,4 +30,6 @@ endif
 
 # 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
+libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-imports