Skip to content

Commit c6649d8

Browse files
Merge pull request #4685 from rabbitmq/mergify/bp/v3.10.x/pr-4684
Drop -Wrace_conditions from Dialyzer opts (backport #4684)
2 parents c21d58c + e438094 commit c6649d8

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)