summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtems_waf/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtems_waf/TODO b/rtems_waf/TODO
index 21af700ae6..372f819aa2 100644
--- a/rtems_waf/TODO
+++ b/rtems_waf/TODO
@@ -10,7 +10,9 @@ Configure
~~~~~~~~~
* SIZEOF_MODE_T, SIZEOF_VOID_P, BLKSIZE_T... need to be dynamically
calculated in rtems_waf/configure.py
-
+ * Better warnings if an option or section is missing in config.cfg after
+ updating when a new option has been added and 'waf config' has not been
+ run.
General