From: Ian Lynagh Date: Sat, 18 Jul 2009 18:34:45 +0000 (+0000) Subject: temporarily turn off unused import warnings for the time library X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7be53d452ecb7e82ac5d54cc6533cc1c1caaf598 temporarily turn off unused import warnings for the time library --- diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index e02ef3c..f5a9c46 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -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