mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
avoid uninitialized variable warning
This commit is contained in:
parent
407be780d5
commit
74bb2da73b
@ -73,7 +73,7 @@ struct MAPNIK_DECL coord_transform2
|
||||
|
||||
unsigned vertex(double * x , double * y) const
|
||||
{
|
||||
unsigned command;
|
||||
unsigned command(SEG_MOVETO);
|
||||
bool ok = false;
|
||||
bool skipped_points = false;
|
||||
while (!ok)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user