Closed brigadier closed 3 years ago
Impossible to suppress unresoved function warning in something like this
-define(MACROS(Val), (persistent_term:get(Val)):myfun()).
this doesn't show any warnings:
-define(MACROS(Val), Val:myfun()).
I hope that will help you.
Impossible to suppress unresoved function warning in something like this
this doesn't show any warnings: