fix: nowarn unexported do_when_vsn_lte/4
This commit is contained in:
parent
5402ff7fd8
commit
993a18d508
|
@ -124,6 +124,7 @@ maybe_start_schema_registry(_) ->
|
|||
ok.
|
||||
-endif.
|
||||
|
||||
-compile([{nowarn_unused_function, [{do_when_vsn_lte, 4}]}]).
|
||||
do_when_vsn_lte(SrcVsnStr, TargetVsn, ActionName, Action) ->
|
||||
try
|
||||
case list_to_integer(SrcVsnStr) of
|
||||
|
|
Loading…
Reference in New Issue