Suppress missing calls Dialyzer warnings
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/72d2bf50 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/72d2bf50 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/72d2bf50 Branch: refs/heads/import Commit: 72d2bf506d3e3f8011c43f7d8e40cdeac892ac34 Parents: 0223f1e Author: Tuncer Ayaz <tuncer.a...@gmail.com> Authored: Fri Apr 10 00:41:23 2015 +0200 Committer: Tuncer Ayaz <tuncer.a...@gmail.com> Committed: Fri May 22 09:53:09 2015 +0200 ---------------------------------------------------------------------- src/rebar_eunit.erl | 2 ++ src/rebar_utils.erl | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/72d2bf50/src/rebar_eunit.erl ---------------------------------------------------------------------- diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index 17ee62e..913f2f9 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -72,6 +72,8 @@ %% for internal use only -export([info/2]). +-dialyzer({no_missing_calls, pre15b02_eunit_primitive/3}). + -include("rebar.hrl"). -define(EUNIT_DIR, ".eunit"). http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/72d2bf50/src/rebar_utils.erl ---------------------------------------------------------------------- diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl index 62446e3..9765171 100644 --- a/src/rebar_utils.erl +++ b/src/rebar_utils.erl @@ -72,6 +72,8 @@ %% for internal use only -export([otp_release/0]). +-dialyzer({no_missing_calls, escript_foldl/3}). + -include("rebar.hrl"). %% ====================================================================