rebar_xref: ignore opaque type match Dialyzer warning

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/73feb5f7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/73feb5f7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/73feb5f7

Branch: refs/heads/master
Commit: 73feb5f761f8f37525299cdb1019fda0381ff6c0
Parents: b05882a
Author: Tuncer Ayaz <tuncer.a...@gmail.com>
Authored: Sun Aug 20 18:58:29 2017 +0000
Committer: Tuncer Ayaz <tuncer.a...@gmail.com>
Committed: Tue Jan 30 23:41:57 2018 +0000

----------------------------------------------------------------------
 src/rebar_xref.erl | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/73feb5f7/src/rebar_xref.erl
----------------------------------------------------------------------
diff --git a/src/rebar_xref.erl b/src/rebar_xref.erl
index ee3414d..ddfb029 100644
--- a/src/rebar_xref.erl
+++ b/src/rebar_xref.erl
@@ -40,6 +40,8 @@
 %% for internal use only
 -export([info/2]).
 
+-dialyzer({no_opaque, find_function_source/4}).
+
 %% ===================================================================
 %% Public API
 %% ===================================================================

Reply via email to