Skip to content
Snippets Groups Projects
Commit 10cce9e2 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

directory is now -Wall clean

parent 2930cf4d
No related merge requests found
......@@ -23,7 +23,7 @@ GhcLibHcOpts += -Wall
# now at least we just disable them completely.
GhcLibHcOpts += -fno-warn-deprecated-flags
ifeq "$(filter-out array-% base-% directory-% editline-% filepath-% ghc-prim-% hpc-% pretty-% process-% unix-% Win32-%,$(package))" ""
ifeq "$(filter-out array-% base-% editline-% filepath-% ghc-prim-% hpc-% pretty-% process-% 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment