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
Cppcheck cannot recognize the GNU extension of explicit register
variables:
register int x asm("eax");
This commit suppresses syntax error to prevent explicit register
variables being blocked. It also makes real syntax error suppressed, but
it doesn't affect much while real ones lead to compile-time errors and
can be found early.
Change-Id: I603fa80083ba935c7de706546f77bac616da6fcc
0 commit comments