Index: puller.c =================================================================== --- puller.c (revision 21409) +++ puller.c (revision 21410) @@ -1416,7 +1416,7 @@ gp_point(ps->x + shape->data.circ.x, ps->y + shape->data.circ.y, shape->data.circ.dia/2, 0); break; case PCB_PSSH_POLY: -#warning TODO: we lump poly padstacks in with square; safe, but not optimal; rather use the real shape +TODO(": we lump poly padstacks in with square; safe, but not optimal; rather use the real shape") case PCB_PSSH_LINE: gp_point(ps->BoundingBox.X1, ps->BoundingBox.Y1, 0, 0); gp_point(ps->BoundingBox.X1, ps->BoundingBox.Y2, 0, 0);