Closed elbrujohalcon closed 3 years ago
Macro used in ifndef is reported as unused.
ifndef
Run Hank on…
-ifndef(MACRO). -define(MACRO, true). -endif.
No warnings.
rebar3
===> The following pieces of code are dead and should be removed: include/header.hrl:2: ?MACRO is unused
Bug Description
Macro used in
ifndef
is reported as unused.To Reproduce
Run Hank on…
Expected Behavior
No warnings.
rebar3
Logs