kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #35742
Build failed in Jenkins: kicad-noscript-fedora20 #3100
See <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/3100/display/redirect?page=changes>
Changes:
[jean-pierre charras] 3D viewer: fix some issues when opened from a frame and changes are made
[jeff] Remember the last directory in FPLib Wizard.
[jeff] More forgiving keyword search.
[jeff] Update footprint value when it's a proxy for FPID.
------------------------------------------
[...truncated 39.32 KB...]
KIGFX::VIEW& view = *getView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/microwave_tool.cpp>:297:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS& controls = *getViewControls();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/microwave_tool.cpp>:298:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
^
[ 87%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pad_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::EnumeratePads(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>:157:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW* view = m_toolMgr->GetView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::ExplodePadToShapes(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>:274:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::CreatePadFromShapes(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/footprint_editor_tools.cpp>:323:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘bool PAD_TOOL::haveFootprints()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:168:11: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
auto& board = *getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘int PAD_TOOL::applyPadSettings(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:214:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const auto& selection = selTool.GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:216:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘int PAD_TOOL::copyPadSettings(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:246:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const auto& selection = selTool.GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:248:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>: In member function ‘int PAD_TOOL::pushPadSettings(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:326:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const auto& selection = selTool.GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:328:11: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
auto& frame = *getEditFrame<PCB_EDIT_FRAME>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pad_tool.cpp>:358:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
MODULE* module = srcPad->GetParent();
^
[ 87%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_editor_control.cpp.o
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_selection_conditions.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthInc(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:350:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
BOARD* board = getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthDec(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:367:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
BOARD* board = getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeInc(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:384:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
BOARD* board = getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeDec(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:401:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
BOARD* board = getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceModule(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:418:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
MODULE* module = aEvent.Parameter<MODULE*>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:419:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS* controls = getViewControls();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:421:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
SELECTION& selection = selTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::modifyLockSelected(PCB_EDITOR_CONTROL::MODIFY_MODE)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:539:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const SELECTION& selection = selTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceTarget(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:581:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW* view = getView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:582:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS* controls = getViewControls();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:583:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
BOARD* board = getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneMerge(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:706:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:707:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
BOARD* board = getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneDuplicate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:765:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const auto& selection = selTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::CrossProbePcbToSch(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:823:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const SELECTION& selection = selTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::UpdateSelectionRatsnest(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1102:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto& selection = selectionTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘void PCB_EDITOR_CONTROL::calculateSelectionRatsnest()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_editor_control.cpp>:1155:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto& selection = selectionTool->GetSelection();
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_tool.cpp.o
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcbnew_control.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘void PCB_TOOL::doInteractiveItemPlacement(INTERACTIVE_PLACER_BASE*, const wxString&, int)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:125:26: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
auto module = dyn_cast<MODULE*>( newItem.get() );
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:140:26: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
auto module = dyn_cast<MODULE*>( newItem.get() );
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘const SELECTION& PCB_TOOL::selection() const’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:224:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const auto& selection = selTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>: In member function ‘SELECTION& PCB_TOOL::selection()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcb_tool.cpp>:231:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto& selection = selTool->GetSelection();
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/picker_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::PadDisplayMode(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:302:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
for( auto module : board()->Modules() ) // fixme: move to PCB_VIEW
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::ModuleEdgeOutlines(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:358:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
for( auto module : board()->Modules() )
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::ModuleTextOutlines(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:380:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
for( auto module : board()->Modules() )
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::PanControl(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:640:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW* view = getView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::placeBoardItems(std::vector<BOARD_ITEM*>&, bool)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:966:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
SELECTION& selection = selectionTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>: In member function ‘int PCBNEW_CONTROL::AppendBoard(PLUGIN&, wxString&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/pcbnew_control.cpp>:1008:15: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
for( auto module : brd->Modules() )
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/placement_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘int PICKER_TOOL::Main(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>:71:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS* controls = getViewControls();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘void PICKER_TOOL::setControls()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/picker_tool.cpp>:146:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS* controls = getViewControls();
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/point_editor.cpp.o
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/position_relative_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::OnSelectionChange(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>:280:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const SELECTION& selection = m_selectionTool->GetSelection();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>:287:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS* controls = getViewControls();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>:288:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW* view = getView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘void POINT_EDITOR::setEditedPoint(EDIT_POINT*)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>:711:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW_CONTROLS* controls = getViewControls();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::addCorner(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>:882:26: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
PCB_BASE_EDIT_FRAME* frame = getEditFrame<PCB_BASE_EDIT_FRAME>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>: In member function ‘int POINT_EDITOR::removeCorner(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/point_editor.cpp>:1021:21: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
PCB_BASE_FRAME* frame = getEditFrame<PCB_BASE_FRAME>();
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/position_relative_tool.cpp>: In member function ‘int POSITION_RELATIVE_TOOL::PositionRelative(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/position_relative_tool.cpp>:87:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
const auto& selection = m_selectionTool->RequestSelection();
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/selection_tool.cpp.o
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tool_event_utils.cpp.o
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘virtual bool SELECTION_TOOL::Init()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:218:10: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
auto frame = getEditFrame<PCB_BASE_FRAME>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘bool SELECTION_TOOL::selectMultiple()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:550:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
KIGFX::VIEW* view = getView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::expandSelectedConnection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:862:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto selection = m_selection.GetItems();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::selectCopper(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:914:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto selection = m_selection.GetItems();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::selectNet(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:975:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto selection = m_selection.GetItems();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘void SELECTION_TOOL::zoomFitSelection()’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1108:10: warning: declaration of ‘canvas’ shadows a member of 'this' [-Wshadow]
auto canvas = m_frame->GetGalCanvas();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1109:10: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
auto view = getView();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::findMove(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1207:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
MODULE* module = m_frame->GetFootprintFromBoardByReference();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘int SELECTION_TOOL::filterSelection(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1329:17: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
const auto& board = *getModel<BOARD>();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1332:10: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
auto selection = m_selection.GetItems();
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘BOARD_ITEM* SELECTION_TOOL::pickSmallestComponent(GENERAL_COLLECTOR*)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1478:17: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
MODULE* module = (MODULE*) ( *aCollector )[i];
^
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>: In member function ‘void SELECTION_TOOL::select(BOARD_ITEM*)’:
<http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/tools/selection_tool.cpp>:1727:17: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
MODULE* module = static_cast<MODULE*>( aItem->GetParent() );
^
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/tools_common.cpp.o
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_create_helper.cpp.o
[ 88%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/zone_filler_tool.cpp.o
[ 97%] Built target pcbnew_kiface_objects
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Follow ups