Bläddra i källkod

add report in the effects_code_generation, as it is the short form for both report_errors and report_warnings

pull/1869/head
Gerald Xv 6 år sedan
förälder
incheckning
8f36dfdc65
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      src/rebar_erlc_compiler.erl

+ 1
- 0
src/rebar_erlc_compiler.erl Visa fil

@ -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;

Laddar…
Avbryt
Spara