avoid uninitialized variable warning
This commit is contained in:
parent
407be780d5
commit
74bb2da73b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ struct MAPNIK_DECL coord_transform2
|
||||||
|
|
||||||
unsigned vertex(double * x , double * y) const
|
unsigned vertex(double * x , double * y) const
|
||||||
{
|
{
|
||||||
unsigned command;
|
unsigned command(SEG_MOVETO);
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
bool skipped_points = false;
|
bool skipped_points = false;
|
||||||
while (!ok)
|
while (!ok)
|
||||||
|
|
Loading…
Add table
Reference in a new issue