temporarily turn off unused import warnings for the time library
[ghc-hetmet.git] / 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