Turn -Wall on
authorIan Lynagh <igloo@earth.li>
Tue, 12 Dec 2006 20:11:27 +0000 (20:11 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 12 Dec 2006 20:11:27 +0000 (20:11 +0000)
utils/nofib-analyse/Makefile

index 680e1be..875b956 100644 (file)
@@ -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"