Fix build warnings.
This commit is contained in:
parent
a7d540ce94
commit
50ec069a01
|
@ -391,9 +391,6 @@ void HPGL_PLOTTER::Rect( const VECTOR2I& p1, const VECTOR2I& p2, FILL_T aFill, i
|
||||||
{
|
{
|
||||||
wxASSERT( m_outputFile );
|
wxASSERT( m_outputFile );
|
||||||
|
|
||||||
VECTOR2D p1_device = userToDeviceCoordinates( p1 );
|
|
||||||
VECTOR2D p2_device = userToDeviceCoordinates( p2 );
|
|
||||||
|
|
||||||
// EA command seems to always fill the rectangle, so plot as a polygon instead
|
// EA command seems to always fill the rectangle, so plot as a polygon instead
|
||||||
std::vector<VECTOR2I> cornerList;
|
std::vector<VECTOR2I> cornerList;
|
||||||
|
|
||||||
|
|
|
@ -908,7 +908,7 @@ void SCH_EASYEDAPRO_PARSER::ParseSchematic( SCHEMATIC* aSchematic, SCH_SHEET* aR
|
||||||
|
|
||||||
if( mimeType == wxS( "image/svg+xml" ) )
|
if( mimeType == wxS( "image/svg+xml" ) )
|
||||||
{
|
{
|
||||||
VECTOR2D offset = ScalePosSym( start );
|
// VECTOR2D offset = ScalePosSym( start );
|
||||||
|
|
||||||
//SVG_IMPORT_PLUGIN svgImportPlugin;
|
//SVG_IMPORT_PLUGIN svgImportPlugin;
|
||||||
//GRAPHICS_IMPORTER_LIB_SYMBOL libsymImporter( ksymbol, 0 );
|
//GRAPHICS_IMPORTER_LIB_SYMBOL libsymImporter( ksymbol, 0 );
|
||||||
|
|
Loading…
Reference in New Issue