summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Xv <gerald.xv@gmail.com>2018-09-05 04:55:17 +0000
committerGerald Xv <gerald.xv@gmail.com>2018-09-05 04:55:17 +0000
commit8f36dfdc65a8dc6c4fb07c346d753e142b2735bd (patch)
tree203e7eae0c00f91759303b1474862bb61e1bd5f9
parentc96222ead3790d06448b447ef704546618e98d41 (diff)
add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings
-rw-r--r--src/rebar_erlc_compiler.erl1
1 files changed, 1 insertions, 0 deletions
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;