aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dialyzer.mk
diff options
context:
space:
mode:
authorMichael Klishin <[email protected]>2022-03-25 23:01:58 +0300
committerGitHub <[email protected]>2022-03-25 23:01:58 +0300
commit264c744fd89c39a52df8e1ec20e9dfe09614f805 (patch)
tree19ec7b760be42f7cf3ac0b9817af34c9fcf26ac5 /plugins/dialyzer.mk
parentd80984c1036ea81eb1f44b8d7cde85fc09b5e3c0 (diff)
downloaderlang.mk-264c744fd89c39a52df8e1ec20e9dfe09614f805.tar.gz
erlang.mk-264c744fd89c39a52df8e1ec20e9dfe09614f805.tar.bz2
erlang.mk-264c744fd89c39a52df8e1ec20e9dfe09614f805.zip
Dialyzer no longer supports -Wrace_conditions as of Erlang 25
Closes #941
Diffstat (limited to 'plugins/dialyzer.mk')
-rw-r--r--plugins/dialyzer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dialyzer.mk b/plugins/dialyzer.mk
index 0ac2ef0..91b3861 100644
--- a/plugins/dialyzer.mk
+++ b/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.