瀏覽代碼

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. %% type name depending of the OTP version used.
{erl_opts, {erl_opts,
[ [
{platform_define, "^[0-9]+", namespaced_types},
warnings_as_errors
{platform_define, "^[0-9]+", namespaced_types}
]}. ]}.
{xref_checks, []}. {xref_checks, []}.

Loading…
取消
儲存