From: Ian Lynagh Date: Tue, 12 Dec 2006 20:11:27 +0000 (+0000) Subject: Turn -Wall on X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4e3e91e26a8793a7fa5f308db8cc99b450b50981 Turn -Wall on --- diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index 680e1be..875b956 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -1,7 +1,7 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk -SRC_HC_OPTS += -fglasgow-exts -cpp +SRC_HC_OPTS += -fglasgow-exts -cpp -Wall HS_PROG = nofib-analyse ifeq "$(ghc_ge_605)" "YES"