mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix some warnings.
This commit is contained in:
parent
44a3bb9274
commit
a009d859d0
@ -514,7 +514,6 @@ void SCH_IO_KICAD_SEXPR::Format( SCH_SELECTION* aSelection, SCH_SHEET_PATH* aSel
|
||||
m_schematic = &aSchematic;
|
||||
m_out = aFormatter;
|
||||
|
||||
size_t i;
|
||||
std::map<wxString, LIB_SYMBOL*> libSymbols;
|
||||
SCH_SCREEN* screen = aSelection->GetScreen();
|
||||
std::set<SCH_TABLE*> promotedTables;
|
||||
|
@ -77,7 +77,6 @@ void PCB_EDIT_FRAME::ExecuteRemoteCommand( const char* cmdline )
|
||||
char* text;
|
||||
int netcode = -1;
|
||||
bool multiHighlight = false;
|
||||
PAD* pad = nullptr;
|
||||
BOARD* pcb = GetBoard();
|
||||
|
||||
CROSS_PROBING_SETTINGS& crossProbingSettings = GetPcbNewSettings()->m_CrossProbing;
|
||||
|
@ -1113,10 +1113,6 @@ void EXPORTER_PCB_VRML::ExportVrmlFootprint( FOOTPRINT* aFootprint, std::ostream
|
||||
int old_precision = aOutputFile->precision();
|
||||
aOutputFile->precision( m_precision );
|
||||
|
||||
std::vector<const EMBEDDED_FILES*> embeddedFilesStack;
|
||||
embeddedFilesStack.push_back( aFootprint->GetEmbeddedFiles() );
|
||||
embeddedFilesStack.push_back( m_board->GetEmbeddedFiles() );
|
||||
|
||||
wxFileName srcFile = m_Cache3Dmodels->GetResolver()->ResolvePath( sM->m_Filename, wxEmptyString,
|
||||
embeddedFilesStack );
|
||||
wxFileName dstFile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user