Index: ipcd356.c =================================================================== --- ipcd356.c (revision 15647) +++ ipcd356.c (revision 15648) @@ -571,6 +571,8 @@ int IPCD356_SanityCheck() { +#warning subc TODO: rewrite +#if 0 PCB_ELEMENT_LOOP(PCB->Data); if (element->Name[1].TextString == '\0') { pcb_message(PCB_MSG_ERROR, "Error: Found unnamed element. All elements need to be named to create an IPC-D-356 netlist.\n"); @@ -577,6 +579,7 @@ return 1; } PCB_END_LOOP; /* Element. */ +#endif return 0; }