summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-09-07 07:51:03 -0400
committerGitHub <noreply@github.com>2018-09-07 07:51:03 -0400
commit30daae6591a8b042f1cbc69b1d0850c1ff239a40 (patch)
tree203e7eae0c00f91759303b1474862bb61e1bd5f9
parentc96222ead3790d06448b447ef704546618e98d41 (diff)
parent8f36dfdc65a8dc6c4fb07c346d753e142b2735bd (diff)
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
-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;