This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to tag 2.5.4 in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git
commit 3403b1b0409f931282ea71e3839fd2d53c4f44e4 Author: Lukas Larsson <[email protected]> AuthorDate: Wed Aug 30 21:42:16 2023 +0200 Fix dialyzer error in 26 --- src/recon.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/recon.erl b/src/recon.erl index ee93d94..a1c067c 100644 --- a/src/recon.erl +++ b/src/recon.erl @@ -514,6 +514,7 @@ source(Module) -> Path = code:which(Module), {ok,{_,[{abstract_code,{_,AC}}]}} = beam_lib:chunks(Path, [abstract_code]), erl_prettypr:format(erl_syntax:form_list(AC)). +-dialyzer({nowarn_function, source/1}). %%% Ports Info %%%
