xo-imgui: compiler nit (gcc 14.3, linux, debug build)
This commit is contained in:
parent
34db92a1f0
commit
e2f9077231
1 changed files with 1 additions and 0 deletions
|
|
@ -2145,6 +2145,7 @@ static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_index, st
|
||||||
has_subrs = 1;
|
has_subrs = 1;
|
||||||
}
|
}
|
||||||
// FALLTHROUGH
|
// FALLTHROUGH
|
||||||
|
[[fallthrough]];
|
||||||
case 0x1D: // callgsubr
|
case 0x1D: // callgsubr
|
||||||
if (sp < 1) return STBTT__CSERR("call(g|)subr stack");
|
if (sp < 1) return STBTT__CSERR("call(g|)subr stack");
|
||||||
v = (int) s[--sp];
|
v = (int) s[--sp];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue