From 264c744fd89c39a52df8e1ec20e9dfe09614f805 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 25 Mar 2022 23:01:58 +0300 Subject: Dialyzer no longer supports -Wrace_conditions as of Erlang 25 Closes #941 --- plugins/dialyzer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3