浏览代码

Adjust deprecation message

pull/3/head
Tuncer Ayaz 14 年前
父节点
当前提交
98312c881f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_erlc_compiler.erl

+ 1
- 1
src/rebar_erlc_compiler.erl 查看文件

@ -71,7 +71,7 @@
compile(Config, _AppFile) ->
?DEPRECATED(fail_on_warning, warnings_as_errors,
rebar_config:get_list(Config, erl_opts, []),
"once OTP R15 is released"),
"once OTP R14B03 is released"),
rebar_base_compiler:run(Config,
check_files(rebar_config:get_local(

正在加载...
取消
保存