avoid uninitialized variable warning

This commit is contained in:
Dane Springmeyer 2011-04-18 18:48:57 +00:00
parent 407be780d5
commit 74bb2da73b

View file

@ -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)