From d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Aug 2015 20:00:37 +0200 Subject: Don't check for race conditions with Dialyzer All the code in this project is sequential. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9368278..25a56ac 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ PROJECT_VERSION = 1.3.0 #ERLC_OPTS += +bin_opt_info OTP_DEPS = crypto +DIALYZER_OPTS = -Werror_handling -Wunmatched_returns CI_OTP = OTP-18.0.3 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' -- cgit v1.2.3