xo-imgui: compiler nit (gcc 14.3, linux, debug build)

This commit is contained in:
Roland Conybeare 2026-01-11 12:58:00 -05:00
commit e2f9077231

View file

@ -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];