From a34c38fbdac7730e3cea9634c0580d5f87e4ac47 Mon Sep 17 00:00:00 2001 From: juhlig Date: Mon, 3 Jun 2019 10:23:12 +0200 Subject: Suppress dialyzer warnings for local addresses with ssl --- test/acceptor_SUITE.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/acceptor_SUITE.erl b/test/acceptor_SUITE.erl index 33d7969..900e603 100644 --- a/test/acceptor_SUITE.erl +++ b/test/acceptor_SUITE.erl @@ -17,6 +17,8 @@ -compile(nowarn_export_all). -dialyzer({nowarn_function, misc_wait_for_connections/1}). +%% @todo Remove when specs in ssl are updated to accept local addresses. +-dialyzer({nowarn_function, do_ssl_local_echo/0}). -import(ct_helper, [doc/1]). -import(ct_helper, [name/0]). -- cgit v1.2.3