Преглед на файлове

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 години
родител
ревизия
71c2f17c9b
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. +1
    -2
      rebar.config

+ 1
- 2
rebar.config Целия файл

@ -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, []}.

Зареждане…
Отказ
Запис