Skip to content

Commit

Permalink
Turn -Wall on
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Dec 12, 2006
1 parent 7f54886 commit 4e3e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 4e3e91e

Please sign in to comment.