24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-12 21:52:07 +02:00

Remove compiler warnings

This commit is contained in:
Paweł Chmielowski 2019-05-06 20:03:10 +02:00
parent 5b863c25ae
commit 8207ea18bf

View File

@ -250,7 +250,7 @@ reload(Host, NewOpts, OldOpts) ->
ok ok
end. end.
depends(_Host, Opts) -> depends(_Host, _Opts) ->
[]. [].
-spec register_iq_handlers(binary()) -> ok. -spec register_iq_handlers(binary()) -> ok.