Skip to content

Commit

Permalink
Ignore dialyzer errors for otp/3
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Mar 9, 2018
1 parent 1e28816 commit 75fa8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/katipo.erl
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@
-define(UNIX_SOCKET_PATH_AVAILABLE, false).
-endif.

-dialyzer({nowarn_function, opt/3}).

-spec get(katipo_pool:name(), url()) -> response().
get(PoolName, Url) ->
get(PoolName, Url, #{}).
Expand Down

0 comments on commit 75fa8c1

Please sign in to comment.