aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-26 20:00:37 +0200
committerLoïc Hoguin <[email protected]>2015-08-26 20:00:37 +0200
commitd0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb (patch)
treec541b8867ad9c221e69f21f9a2fec9c94fe8a4aa /Makefile
parentd7b72134d4013909a5fc0d45382e17bb2ee73d99 (diff)
downloadcowlib-d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb.tar.gz
cowlib-d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb.tar.bz2
cowlib-d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb.zip
Don't check for race conditions with Dialyzer
All the code in this project is sequential.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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}'