Skip to content

Commit

Permalink
xmpp uses p1_options, so Dialyzer reports some false warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 11, 2021
1 parent 0de31e9 commit adcce68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xmpp_socket.erl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
_ -> false
end).

-dialyzer({no_match, send_xml/2}).
-dialyzer({no_unused, stringify_stream_element/1}).

%%====================================================================
%% API
%%====================================================================
Expand Down

0 comments on commit adcce68

Please sign in to comment.