Browse Source

fix: make dialyzer happy

JimMoen 2 years atrás
parent
commit
6f90369429
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/emqx_machine/src/emqx_machine_boot.erl

+ 1 - 0
apps/emqx_machine/src/emqx_machine_boot.erl

@@ -24,6 +24,7 @@
 -export([stop_port_apps/0]).
 -export([stop_port_apps/0]).
 
 
 -dialyzer({no_match, [basic_reboot_apps/0]}).
 -dialyzer({no_match, [basic_reboot_apps/0]}).
+-dialyzer({no_match, [basic_reboot_apps_edition/1]}).
 
 
 -ifdef(TEST).
 -ifdef(TEST).
 -export([sorted_reboot_apps/1, reboot_apps/0]).
 -export([sorted_reboot_apps/1, reboot_apps/0]).