fix: dialyzer warnings for community edition
This commit is contained in:
parent
a847b043df
commit
6c6c2e0cff
|
@ -105,6 +105,8 @@ namespace() -> "bridges_v2".
|
|||
tags() ->
|
||||
[<<"Bridge V2">>].
|
||||
|
||||
-dialyzer({nowarn_function, roots/0}).
|
||||
|
||||
roots() ->
|
||||
case fields(bridges_v2) of
|
||||
[] -> [];
|
||||
|
|
|
@ -254,6 +254,8 @@ namespace() -> "connector".
|
|||
tags() ->
|
||||
[<<"Connector">>].
|
||||
|
||||
-dialyzer({nowarn_function, roots/0}).
|
||||
|
||||
roots() ->
|
||||
case fields(connectors) of
|
||||
[] -> [];
|
||||
|
|
Loading…
Reference in New Issue