You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to extract function gsmld_open from drivers/tty/n_gsm.c on upstream kernel, the final closure brings not used macros from the original file, like:
When trying to extract function
gsmld_open
fromdrivers/tty/n_gsm.c
on upstream kernel, the final closure brings not used macros from the original file, like:it can be checked by the invocation below:
Somehow it remove the unused macros, but it seems that LLVM sees them as used.
The text was updated successfully, but these errors were encountered: