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
In static analysis mode, the argument of SECTION/DYNAMIC_SECTION is not evaluated. If it contains
a variable that is used only there, it'll lead to Wunused-variable warning.
Describe the bug
In static analysis mode, the argument of
SECTION
/DYNAMIC_SECTION
is not evaluated. If it containsa variable that is used only there, it'll lead to
Wunused-variable
warning.Expected behavior
No warning
Reproduction steps
https://compiler-explorer.com/z/K9fxKGaz4
Platform information:
The text was updated successfully, but these errors were encountered: