Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit a030eec

Browse files
committed
Remove -Wunmatched_returns from default dialyzer options.
1 parent 317c79c commit a030eec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mk/rabbitmq-early-test.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ XREFR := mk/xrefr
1010
endif
1111
endif
1212

13+
# --------------------------------------------------------------------
14+
# dialyzer
15+
# --------------------------------------------------------------------
16+
17+
DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions
18+
1319
# --------------------------------------------------------------------
1420
# %-on-concourse dependencies.
1521
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)