fix: Dialyzer
This commit is contained in:
parent
7fdcca784d
commit
2808523419
|
@ -35,7 +35,7 @@
|
|||
-define(EMQX_RELEASE_CE, "5.0.21").
|
||||
|
||||
%% Enterprise edition
|
||||
-define(EMQX_RELEASE_EE, "5.0.2-patch-00").
|
||||
-define(EMQX_RELEASE_EE, "5.0.2-patch-01").
|
||||
|
||||
%% the HTTP API version
|
||||
-define(EMQX_API_VERSION, "5.0").
|
||||
|
|
|
@ -148,6 +148,7 @@ basic_reboot_apps() ->
|
|||
emqx_plugins
|
||||
] ++ basic_reboot_apps_enterprise(emqx_release:edition()).
|
||||
|
||||
-dialyzer({nowarn_function, basic_reboot_apps_enterprise/1}).
|
||||
basic_reboot_apps_enterprise(ee) ->
|
||||
[emqx_license];
|
||||
basic_reboot_apps_enterprise(_) ->
|
||||
|
|
Loading…
Reference in New Issue