浏览代码

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]}.

正在加载...
取消
保存