Ver código fonte

Silence warnings we're OK with

pull/2412/head
Paulo F. Oliveira 4 anos atrás
pai
commit
8604b0c3b1
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/rebar_state.erl

+ 1
- 0
src/rebar_state.erl Ver arquivo

@ -492,6 +492,7 @@ add_provider(State=#state_t{providers=Providers, allow_provider_overrides=false}
State#state_t{providers=[Provider | Providers]}
end.
-dialyzer({no_match, create_logic_providers/2}). % we want to be permissive with providers:new/2
create_logic_providers(ProviderModules, State0) ->
try
lists:foldl(fun(ProviderMod, StateAcc) ->

Carregando…
Cancelar
Salvar