Browse Source

Dialyzer no longer supports -Wrace_conditions as of Erlang 25

Closes #941
Michael Klishin 3 years ago
parent
commit
264c744fd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/dialyzer.mk

+ 1 - 1
plugins/dialyzer.mk

@@ -10,7 +10,7 @@ export DIALYZER_PLT
 
 
 PLT_APPS ?=
 PLT_APPS ?=
 DIALYZER_DIRS ?= --src -r $(wildcard src) $(ALL_APPS_DIRS)
 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 ?=
 DIALYZER_PLT_OPTS ?=
 
 
 # Core targets.
 # Core targets.