mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Fix a Dialyzer warning in the recently introduced rebar_otp_appup.erl
This commit is contained in:
parent
9b69740fa1
commit
8f317965eb
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
||||||
%% Public API
|
%% Public API
|
||||||
%% ===================================================================
|
%% ===================================================================
|
||||||
|
|
||||||
-spec compile(rebar_config:config(), file:filename()) ->
|
-spec compile(rebar_config:config(), file:filename()) -> 'ok'.
|
||||||
{'ok', rebar_config:config()}.
|
|
||||||
compile(Config, _AppFile) ->
|
compile(Config, _AppFile) ->
|
||||||
%% If we get an *.appup.src file, it needs to be pre-processed and
|
%% If we get an *.appup.src file, it needs to be pre-processed and
|
||||||
%% written out as a ebin/*.appup file.
|
%% written out as a ebin/*.appup file.
|
||||||
|
|
Loading…
Reference in a new issue