Index: autoroute.c =================================================================== --- autoroute.c (revision 21409) +++ autoroute.c (revision 21410) @@ -91,7 +91,7 @@ #include "obj_pstk_draw.h" #include "obj_pstk_inlines.h" -#warning padstack TODO: when style contains proto, remove this +TODO("padstack: when style contains proto, remove this") #include "src_plugins/lib_compat_help/pstk_compat.h" #define autoroute_therm_style 4 @@ -626,7 +626,7 @@ /*Y2 */ term->BoundingBox.Y2 - clr, style->Clearance); /* kludge for non-manhattan pads (which are not allowed at present) */ -#warning term TODO: +TODO("term:") /* if (pad->Point1.X != pad->Point2.X && pad->Point1.Y != pad->Point2.Y) (*rbpp)->flags.nonstraight = 1; @@ -2880,7 +2880,7 @@ pcb_pstk_t *live_via = NULL; if (conf_core.editor.live_routing) { -#warning padstack TODO: when style contains proto, remove this +TODO("padstack: when style contains proto, remove this") live_via = pcb_pstk_new_compat_via(PCB->Data, -1, X, Y, AutoRouteParameters.style->Hole, radius * 2, 2 * AutoRouteParameters.style->Clearance, 0, PCB_PSTK_COMPAT_ROUND, 1); if (live_via != NULL) pcb_pstk_invalidate_draw(live_via); @@ -4512,7 +4512,7 @@ if (pp->parent.via == NULL) { assert(labs((b.X1 + radius) - (b.X2 - radius)) < 2); assert(labs((b.Y1 + radius) - (b.Y2 - radius)) < 2); -#warning padstack TODO: when style contains proto, remove this +TODO("padstack: when style contains proto, remove this") pp->parent.via = pcb_pstk_new_compat_via(PCB->Data, -1, b.X1 + radius, b.Y1 + radius, pp->style->Hole, pp->style->Diameter, 2 * pp->style->Clearance, 0, PCB_PSTK_COMPAT_ROUND, 1);