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 file included from src/sregex/sre_vm_thompson_jit.c:16:
./dynasm/dasm_x86.h: In function 'dasm_put':
./dynasm/dasm_x86.h:207:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
207 | if (*p++ == 1 && *p == DASM_DISP) mrm = n; continue;
| ^~
./dynasm/dasm_x86.h:207:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
207 | if (*p++ == 1 && *p == DASM_DISP) mrm = n; continue;
| ^~~~~~~~
The text was updated successfully, but these errors were encountered:
jirutka
changed the title
Misleading indentation – may a bug?
Misleading indentation – maybe a bug?
Jan 8, 2021
The text was updated successfully, but these errors were encountered: