From: Ian Lynagh Date: Mon, 30 Jun 2008 20:41:26 +0000 (+0000) Subject: array is now warning-free X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f976971cb3ad7cb96e28871c06cc0d47ff436ec4;p=ghc-hetmet.git array is now warning-free --- diff --git a/libraries/Makefile.local b/libraries/Makefile.local index b620123..0633eba 100644 --- a/libraries/Makefile.local +++ b/libraries/Makefile.local @@ -23,7 +23,7 @@ GhcLibHcOpts += -Wall # now at least we just disable them completely. GhcLibHcOpts += -fno-warn-deprecated-flags -ifeq "$(filter-out array-% base-% unix-% Win32-%,$(package))" "" +ifeq "$(filter-out base-% unix-% Win32-%,$(package))" "" # XXX We are one of the above list, i.e. we are a package that is not # yet warning-clean. Thus turn warnings off for now so that validate # goes through.