tools: don't use -Werror with make ci

This commit is contained in:
Simon Michael 2009-12-10 21:34:08 +00:00
parent 9549a0b136
commit 1a60160fdd

View File

@ -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