瀏覽代碼

Use warnings_as_errors instead of fail_on_warning

pull/3/head
Tuncer Ayaz 14 年之前
父節點
當前提交
27de53125e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 查看文件

@ -1,3 +1,3 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.
{erl_opts, [warnings_as_errors]}.
{xref_checks, [undefined_function_calls]}.

Loading…
取消
儲存