fix: Dialyzer

This commit is contained in:
ieQu1 2023-07-12 11:06:46 +02:00
parent 7fdcca784d
commit 2808523419
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@
-define(EMQX_RELEASE_CE, "5.0.21"). -define(EMQX_RELEASE_CE, "5.0.21").
%% Enterprise edition %% Enterprise edition
-define(EMQX_RELEASE_EE, "5.0.2-patch-00"). -define(EMQX_RELEASE_EE, "5.0.2-patch-01").
%% the HTTP API version %% the HTTP API version
-define(EMQX_API_VERSION, "5.0"). -define(EMQX_API_VERSION, "5.0").

View File

@ -148,6 +148,7 @@ basic_reboot_apps() ->
emqx_plugins emqx_plugins
] ++ basic_reboot_apps_enterprise(emqx_release:edition()). ] ++ basic_reboot_apps_enterprise(emqx_release:edition()).
-dialyzer({nowarn_function, basic_reboot_apps_enterprise/1}).
basic_reboot_apps_enterprise(ee) -> basic_reboot_apps_enterprise(ee) ->
[emqx_license]; [emqx_license];
basic_reboot_apps_enterprise(_) -> basic_reboot_apps_enterprise(_) ->