From a52826d6f65fb1d051d860ef17204c0a4342604a Mon Sep 17 00:00:00 2001 From: Krzysztof Jurewicz Date: Sun, 1 Jul 2018 11:56:40 +0200 Subject: Swallow warnings when creating a PLT --- plugins/dialyzer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dialyzer.mk b/plugins/dialyzer.mk index 482857f..3978bc8 100644 --- a/plugins/dialyzer.mk +++ b/plugins/dialyzer.mk @@ -46,7 +46,7 @@ $(DIALYZER_PLT): deps app $(eval DEPS_LOG := $(shell test -f $(ERLANG_MK_TMP)/deps.log && \ while read p; do test -d $$p/ebin && echo $$p/ebin; done <$(ERLANG_MK_TMP)/deps.log)) $(verbose) dialyzer --build_plt $(DIALYZER_PLT_OPTS) --apps \ - erts kernel stdlib $(PLT_APPS) $(OTP_DEPS) $(LOCAL_DEPS) $(DEPS_LOG) + erts kernel stdlib $(PLT_APPS) $(OTP_DEPS) $(LOCAL_DEPS) $(DEPS_LOG) || test $$? -eq 2 plt: $(DIALYZER_PLT) -- cgit v1.2.3