fix compil warnings

This commit is contained in:
jean-pierre charras 2012-06-11 07:40:52 +02:00
parent 9fea98dd2f
commit 8b210d05ec
1 changed files with 2 additions and 2 deletions

View File

@ -2190,8 +2190,8 @@ ZONE_CONTAINER* PCB_PARSER::parseZONE_CONTAINER() throw( IO_ERROR, PARSE_ERROR )
wxT( "Cannot parse " ) + GetTokenString( CurTok() ) +
wxT( " as ZONE_CONTAINER." ) );
int hatchStyle;
int hatchPitch;
int hatchStyle = CPolyLine::NO_HATCH;
int hatchPitch = 0;
wxPoint pt;
T token;