Better debugging.

(cherry picked from commit 4bc0651a3e3d9c1ec055cedbf7d33c8c0289f32f)
This commit is contained in:
Jeff Young 2025-07-13 22:46:35 +01:00
parent 9d392d832f
commit 166314907d

View File

@ -351,7 +351,7 @@ size_t hash_fp_item( const EDA_ITEM* aItem, int aFlags )
break; break;
default: default:
wxASSERT_MSG( false, "Unhandled type in function hash_fp_item() (exporter_gencad.cpp)" ); UNIMPLEMENTED_FOR( aItem->GetClass() );
} }
return ret; return ret;