Suppress false warning of uninit var
This commit is contained in:
parent
4aa9552f1f
commit
4f4bb96f2b
|
@ -70,7 +70,7 @@ bool STROKE_FONT::LoadNewStrokeFont( const char* const aNewStrokeFont[], int aNe
|
|||
GLYPH glyph;
|
||||
double glyphStartX = 0.0;
|
||||
double glyphEndX = 0.0;
|
||||
double glyphWidth;
|
||||
double glyphWidth = 0.0;
|
||||
|
||||
std::vector<VECTOR2D>* pointList = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue