summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2015-03-03 08:53:50 -0500
committerAmar Takhar <amar@rtems.org>2015-03-03 08:53:50 -0500
commit4650a795fa32b9a74e4f1d4b8bfe60b15e04fe5e (patch)
tree29221fce7087156a734e83fb7333e4e70185c588
parent4a6cd0c0f0670a2b182e1817bfe6c34c1304fb21 (diff)
Add TODO for option/section warnings.
-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