kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #37952
Build error
The latest round of commits causes the following build error (at least
on windows).
C:/msys64/home/wstambaugh/src/kicad-trunk/pcbnew/pcb_edit_frame.cpp: In
member function 'void
PCB_EDIT_FRAME::InstallFootprintPropertiesDialog(MODULE*, wxDC*)':
C:/msys64/home/wstambaugh/src/kicad-trunk/pcbnew/pcb_edit_frame.cpp:1281:5:
error: 'else' without a previous 'if'
else if( retvalue ==
DIALOG_FOOTPRINT_BOARD_EDITOR::PRM_EDITOR_EDIT_BOARD_FOOTPRINT )
Follow ups