summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2015-03-03 08:53:50 -0500
committerAmar Takhar <amar@rtems.org>2015-12-11 15:15:52 -0500
commit207346fd7281733d55d0724fcdd4ce2e6eb8b412 (patch)
treec1cb7dd037721865c9e2906e824c82a4bd0c89d3
parent3a710dcac96dac1300f27a2dbc7b58ecd94bdd41 (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