Debugging.

(cherry picked from commit bacc82c589)
This commit is contained in:
Jeff Young
2025-07-08 08:44:23 +01:00
parent ff086a48f1
commit 6a11c7d87a
+4
View File
@@ -1188,6 +1188,10 @@ void FOOTPRINT::Add( BOARD_ITEM* aBoardItem, ADD_MODE aMode, bool aSkipConnectiv
break;
case PCB_FOOTPRINT_T:
wxFAIL_MSG( wxT( "FOOTPRINT::Add(): Nested footprints not supported" ) );
return;
default:
{
wxString msg;