- implemented -Wswitch-enum
[cparser] / TODO
diff --git a/TODO b/TODO
index 7bcd13d..bffb3bd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -33,7 +33,6 @@ Missing Errors:
 
 Missing Warnings:
 - dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;)
-- check switches for all enums values
 - catch the if(k = b) cases, maybe require all assignments to be in parentheses
   (but some few exceptions like toplevel, nested assignments)