Fix some compil warnings

This commit is contained in:
jean-pierre charras 2025-09-01 16:22:05 +02:00
parent bd04d508e0
commit 4953e80122
2 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ void EC_CIRCLE::Apply( EDIT_POINT& aHandle, const GRID_HELPER& aGrid )
EC_CONVERGING::EC_CONVERGING( EDIT_LINE& aLine, EDIT_POINTS& aPoints ) :
EDIT_CONSTRAINT<EDIT_LINE>( aLine ),
m_colinearConstraint( nullptr ),
m_prevOrigin( aPoints.Previous( aLine.GetOrigin(), false ) ),
m_editPoints( aPoints ),
m_prevOrigin( aPoints.Previous( aLine.GetOrigin(), false ) ),
m_nextEnd( aPoints.Next( aLine.GetEnd(), false ) )
{
// Dragged segment endings

View File

@ -3196,7 +3196,7 @@ int SCH_DRAWING_TOOLS::DrawSheet( const TOOL_EVENT& aEvent )
sheet = new SCH_SHEET( m_frame->GetCurrentSheet().Last(), cursorPos );
sheet->SetScreen( nullptr );
wxString ext = wxT( "." ) + FILEEXT::KiCadSchematicFileExtension;
wxString ext = wxString( "." ) + FILEEXT::KiCadSchematicFileExtension;
if( isDrawSheetCopy )
{