Browse Source

Remove warnings_as_errors from rebar.config

rebar's beam files are actually compiled by bootstrap's call to
make:files/2, so warnings_as_errors in rebar.config isn't really used.
pull/3/head
Tuncer Ayaz 11 years ago
parent
commit
71c2f17c9b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      rebar.config

+ 1
- 2
rebar.config View File

@ -11,8 +11,7 @@
%% type name depending of the OTP version used.
{erl_opts,
[
{platform_define, "^[0-9]+", namespaced_types},
warnings_as_errors
{platform_define, "^[0-9]+", namespaced_types}
]}.
{xref_checks, []}.

Loading…
Cancel
Save