瀏覽代碼

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(

Loading…
取消
儲存