Skip to content

Commit e8ba7ab

Browse files
Merge pull request #4684 from rabbitmq/mk-drop-w-race-conditions-for-erlang-25-compat
Drop -Wrace_conditions from Dialyzer opts
2 parents cf0456c + 310e1dd commit e8ba7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erlang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6722,7 +6722,7 @@ export DIALYZER_PLT
67226722

67236723
PLT_APPS ?=
67246724
DIALYZER_DIRS ?= --src -r $(wildcard src) $(ALL_APPS_DIRS)
6725-
DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions -Wunmatched_returns # -Wunderspecs
6725+
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns # -Wunderspecs
67266726
DIALYZER_PLT_OPTS ?=
67276727

67286728
# Core targets.

0 commit comments

Comments
 (0)