瀏覽代碼

Merge pull request #1869 from GeraldXv/master

add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings
pull/1875/head
Fred Hebert 6 年之前
committed by GitHub
父節點
當前提交
30daae6591
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/rebar_erlc_compiler.erl

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

@ -363,6 +363,7 @@ effects_code_generation(Option) ->
report_errors -> false;
return_errors-> false;
return_warnings-> false;
report -> false;
warnings_as_errors -> false;
binary -> false;
verbose -> false;

Loading…
取消
儲存