Merge branch 'truetype-warnings' of https://github.com/ocornut/stb into working

This commit is contained in:
Sean Barrett 2019-02-07 06:02:51 -08:00
commit 94f93a86e7

View File

@ -2465,6 +2465,7 @@ static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, i
if (valueFormat2 != 0) return 0;
STBTT_assert(coverageIndex < pairSetCount);
STBTT__NOTUSED(pairSetCount);
needle=glyph2;
r=pairValueCount-1;