diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-07-13 17:42:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 17:42:46 -0400 |
commit | 3f21c8dc9fcfff24538faa2812679711f3f816c1 (patch) | |
tree | d99bef12e2394237df4c8c4972837d2e7cb10aa7 | |
parent | 327766ed1cd2efcbad3322116dbfd1a6a25e45b5 (diff) | |
parent | 36c2564350e8298734a35fb7828294d5f2b48d07 (diff) |
Merge pull request #1585 from erlang/nowarn_export_all
drop warnings for `export_all` in test profile
-rw-r--r-- | rebar.config | 2 |
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]} ] }, |