Просмотр исходного кода

Dialyzer no longer supports -Wrace_conditions as of Erlang 25

Closes #941
Michael Klishin 3 лет назад
Родитель
Сommit
264c744fd8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/dialyzer.mk

+ 1 - 1
plugins/dialyzer.mk

@@ -10,7 +10,7 @@ export DIALYZER_PLT
 
 PLT_APPS ?=
 DIALYZER_DIRS ?= --src -r $(wildcard src) $(ALL_APPS_DIRS)
-DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions -Wunmatched_returns # -Wunderspecs
+DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns # -Wunderspecs
 DIALYZER_PLT_OPTS ?=
 
 # Core targets.