From 87fb5132be7436c6d78ba989e977e36bd04abc6c Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Tue, 24 Nov 2015 20:24:43 +0300 Subject: Make JID related functions from jlib.erl deprecated --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config.script') diff --git a/rebar.config.script b/rebar.config.script index 9e213b86..dd005d45 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -187,7 +187,7 @@ Config = [{erl_opts, Macros ++ HiPE ++ DebugInfo ++ ++ TestConfig ++ "-include " ++ filename:join([Cwd, "tools"])}, {xref_warnings, false}, - {xref_checks, []}, + {xref_checks, [deprecated_function_calls]}, {xref_queries, [{"(XC - UC) || (XU - X - B - " ++ string:join(CfgXrefs, " - ") ++ ")", []}]}, -- cgit v1.2.3