fix(emqx_resource): dialyzer issues
This commit is contained in:
parent
3c1c457697
commit
149a54cef4
|
@ -22,7 +22,7 @@
|
||||||
parse_transform(Forms, _Opts) ->
|
parse_transform(Forms, _Opts) ->
|
||||||
Mod = hd([M || {attribute, _, module, M} <- Forms]),
|
Mod = hd([M || {attribute, _, module, M} <- Forms]),
|
||||||
AST = trans(Mod, proplists:delete(eof, Forms)),
|
AST = trans(Mod, proplists:delete(eof, Forms)),
|
||||||
debug_print(Mod, AST),
|
_ = debug_print(Mod, AST),
|
||||||
AST.
|
AST.
|
||||||
|
|
||||||
-ifdef(RESOURCE_DEBUG).
|
-ifdef(RESOURCE_DEBUG).
|
||||||
|
|
Loading…
Reference in New Issue