mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
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.
This commit is contained in:
parent
c22370a2cb
commit
71c2f17c9b
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue