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
The commit 1d68fae introduced an anonymous bit field, which triggers a
false positive in Cppcheck 2.13.0 (provided by Ubuntu 24.04):
"Label 'int' is not used. [unusedLabel]".
Although newer versions of Cppcheck resolve this issue, version 2.13 is
still preferable for minimal development environment changes. Instead of
switching versions, this commit drops the anonymous bit field to prevent
the Cppcheck warning.
Reported-by: backink <[email protected]>
Co-authored-by: Lumynous <[email protected]>
Change-Id: I12575573258acbd13df05be86d05ca42251cabe6
0 commit comments