From 1a60160fdd843daa701e9c4c795df867841d2a8d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 10 Dec 2009 21:34:08 +0000 Subject: [PATCH] tools: don't use -Werror with make ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efbd16850..b3bfeee67 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ hledgerlinux: setversion # searchpath.org , you might need the patched version from # http://joyful.com/repos/searchpath . continuous ci: setversion - sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) -Werror --run $(CICMD) + sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) --run $(CICMD) # build the standalone unit test runner. Requires test-framework. tools/unittest: tools/unittest.hs