Преглед на файлове
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
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
1 файла, в които са
добавени 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; |
|
|
|