summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2017-07-13 13:54:27 -0700
committerGitHub <noreply@github.com>2017-07-13 13:54:27 -0700
commit36c2564350e8298734a35fb7828294d5f2b48d07 (patch)
treed99bef12e2394237df4c8c4972837d2e7cb10aa7
parent327766ed1cd2efcbad3322116dbfd1a6a25e45b5 (diff)
drop warnings for `export_all` in test profile
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 6cb44c4..3773669 100644
--- a/rebar.config
+++ b/rebar.config
@@ -39,7 +39,7 @@
%% Profiles
{profiles, [{test, [
{deps, [{meck, "0.8.7"}]},
- {erl_opts, [debug_info]}
+ {erl_opts, [debug_info, nowarn_export_all]}
]
},