Index: layer_compat.c =================================================================== --- layer_compat.c (revision 21409) +++ layer_compat.c (revision 21410) @@ -35,7 +35,7 @@ #include "board.h" #include "data.h" -#warning padstack TODO: rewrite this for padstack, if needed +TODO("padstack: rewrite this for padstack, if needed") #if 0 static void swap_one_thermal(int lid1, int lid2, pcb_pin_t * pin) { @@ -61,7 +61,7 @@ pcb_layer_move_(&pcb->Data->Layer[lid1], &l2tmp); pcb_layer_move_(&pcb->Data->Layer[lid2], &l1tmp); -#warning padstack TODO: rewrite this for padstack, if needed +TODO("padstack: rewrite this for padstack, if needed") #if 0 PCB_VIA_LOOP(pcb->Data); { Index: pstk_help.c =================================================================== --- pstk_help.c (revision 21409) +++ pstk_help.c (revision 21410) @@ -34,7 +34,7 @@ #include "find.h" -#warning TODO: remove this once the operations are free of ptrs +TODO(": remove this once the operations are free of ptrs") extern unsigned long pcb_obj_type2oldtype(pcb_objtype_t type);