Index: topoly.c =================================================================== --- topoly.c (revision 21409) +++ topoly.c (revision 21410) @@ -222,7 +222,7 @@ } break; case PCB_OBJ_ARC: -#warning TODO: fix this with a real approx +TODO(": fix this with a real approx") pcb_arc_get_end(a, end[0], &x, &y); pcb_poly_point_new(poly, x, y); pcb_arc_middle(a, &x, &y); @@ -238,7 +238,7 @@ pcb_add_poly_on_layer(layer, poly); pcb_poly_init_clip(pcb->Data, layer, poly); pcb_poly_invalidate_draw(layer, poly); -#warning TODO: use pcb_board_set_changed_flag(), but decouple that from PCB +TODO(": use pcb_board_set_changed_flag(), but decouple that from PCB") pcb->Changed = pcb_true; }