Commit 8b210d05 authored by jean-pierre charras's avatar jean-pierre charras

fix compil warnings

parent 9fea98dd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment