Commit 5e1bf243 authored by Dick Hollenbeck's avatar Dick Hollenbeck

fix warnings

parent 845d61ac
...@@ -704,6 +704,9 @@ static void drawPickedItems( WinEDA_DrawPanel* aPanel, wxDC* aDC, ...@@ -704,6 +704,9 @@ static void drawPickedItems( WinEDA_DrawPanel* aPanel, wxDC* aDC,
pcbMarker->Draw( aPanel, aDC, GR_XOR, aOffset ); pcbMarker->Draw( aPanel, aDC, GR_XOR, aOffset );
break; break;
} }
default:
break;
} }
} }
g_Offset_Module = wxPoint( 0, 0 ); g_Offset_Module = wxPoint( 0, 0 );
......
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