From 8f36dfdc65a8dc6c4fb07c346d753e142b2735bd Mon Sep 17 00:00:00 2001 From: Gerald Xv Date: Wed, 5 Sep 2018 04:55:17 +0000 Subject: add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings --- src/rebar_erlc_compiler.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index a398ddd..57e5398 100644 --- a/src/rebar_erlc_compiler.erl +++ b/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; -- cgit v1.1