add list of warnings to TODO
authorMatthias Braun <matze@braunis.de>
Tue, 4 Dec 2007 10:56:18 +0000 (10:56 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 4 Dec 2007 10:56:18 +0000 (10:56 +0000)
[r18592]

TODO

diff --git a/TODO b/TODO
index 37eb859..713c6d3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,10 +14,7 @@ Parser:
 ast2firm:
 - output source file positions for panics...
 
-
-Coole Warnungen:
-
-       int x = 5;
-       x = bla():
-
-       -> dead assignment
+Missing Warnings:
+* dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;)
+* unused label
+*