Skip to content

Commit 0263dcc

Browse files
committed
Don't check for race conditions with dialyzer
For more information: http://erlang.org/pipermail/erlang-bugs/2014-July/004518.html
1 parent 1ae24c5 commit 0263dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ test_stdlib: compile
183183

184184
#==> Dialyzer tasks
185185

186-
DIALYZER_OPTS = --no_check_plt --fullpath -Werror_handling -Wunmatched_returns -Wrace_conditions -Wunderspecs
186+
DIALYZER_OPTS = --no_check_plt --fullpath -Werror_handling -Wunmatched_returns -Wunderspecs
187187
PLT = .elixir.plt
188188

189189
$(PLT):

0 commit comments

Comments
 (0)