mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Fixed clang warning.
This commit is contained in:
parent
a0068524a9
commit
11c61d8c3d
1 changed files with 1 additions and 1 deletions
2
3rdparty/freetype/freetype.h
vendored
2
3rdparty/freetype/freetype.h
vendored
|
@ -95352,7 +95352,7 @@ FT_END_HEADER
|
|||
if ( face->type1.private_dict.lenIV >= 0 &&
|
||||
n < num_glyphs + TABLE_EXTEND )
|
||||
{
|
||||
FT_Byte* temp;
|
||||
FT_Byte* temp = NULL;
|
||||
if ( size <= face->type1.private_dict.lenIV )
|
||||
{
|
||||
error = T1_Err_Invalid_File_Format;
|
||||
|
|
Loading…
Reference in a new issue