mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
stb_truetype: Fixed unused variable warnings for configuration where asserts are disabled. (#1642)
This commit is contained in:
parent
79969931e6
commit
6662fe7b18
@ -2463,6 +2463,7 @@ static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, i
|
|||||||
if (valueFormat2 != 0) return 0;
|
if (valueFormat2 != 0) return 0;
|
||||||
|
|
||||||
STBTT_assert(coverageIndex < pairSetCount);
|
STBTT_assert(coverageIndex < pairSetCount);
|
||||||
|
STBTT__NOTUSED(pairSetCount);
|
||||||
|
|
||||||
needle=glyph2;
|
needle=glyph2;
|
||||||
r=pairValueCount-1;
|
r=pairValueCount-1;
|
||||||
|
Loading…
Reference in New Issue
Block a user