Index: toolpath.c =================================================================== --- toolpath.c (revision 21409) +++ toolpath.c (revision 21410) @@ -81,12 +81,12 @@ } pcb_r_end(&it); -#warning TODO: centerline +TODO(": centerline") for(text = (pcb_text_t *)pcb_r_first(layer->text_tree, &it); text != NULL; text = (pcb_text_t *)pcb_r_next(&it)) pcb_poly_sub_obj(pcb->Data, layer, result->fill, PCB_OBJ_ARC, text); pcb_r_end(&it); -#warning TODO: subs poly: not supported by core +TODO(": subs poly: not supported by core") } @@ -105,7 +105,7 @@ pcb_pstk_t *ps, ps_tmp; pcb_rtree_it_t it; -#warning TODO: thermals: find out if any of our layers has thermal for the pin and if so, use that layer +TODO(": thermals: find out if any of our layers has thermal for the pin and if so, use that layer") for(ps = (pcb_pstk_t *)pcb_r_first(pcb->Data->padstack_tree, &it); ps != NULL; ps = (pcb_pstk_t *)pcb_r_next(&it)) { memcpy(&ps_tmp, ps, sizeof(ps_tmp)); ps_tmp.Clearance = 1;