mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix potentially uninitialized variable warning
This commit is contained in:
@@ -1948,7 +1948,7 @@
|
||||
FT_Var_Axis* a;
|
||||
FT_Fixed* c;
|
||||
FT_Var_Named_Style* ns;
|
||||
GX_FVar_Head fvar_head;
|
||||
GX_FVar_Head fvar_head = {0};
|
||||
FT_Bool usePsName = 0;
|
||||
FT_UInt num_instances;
|
||||
FT_UInt num_axes;
|
||||
|
Reference in New Issue
Block a user