Add TODOs to TODO file. Remove // comments that cause compiler warning.

This commit is contained in:
Vreixo Formoso
2008-01-19 16:12:08 +01:00
parent 3361e941a6
commit 52d1e911ac
12 changed files with 68 additions and 41 deletions

View File

@ -56,7 +56,7 @@ void iso_node_unref(IsoNode *node)
free(link->dest);
}
default:
/* TODO #00002 handle deletion of each kind of node */
/* other kind of nodes does not need to delete anything here */
break;
}