[PATCH 1/5] TODO: add another entry

Artem Bityutskiy dedekind1 at gmail.com
Wed Feb 5 02:50:48 PST 2014


From: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>

Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
---
 doc/TODO.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/TODO.txt b/doc/TODO.txt
index 7549ac0..cb5f412 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -36,6 +36,13 @@ implementing them.
     for review/reply before applying patches.
 
 * Functional improvements
+  * Gcc 4.8 change the format of warnings and now they look like this:
+
+    arch/x86/kernel/e820.c: In function ‘e820_setup_gap’:
+    arch/x86/kernel/e820.c:630:6: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]
+      int found;
+          ^
+    Aiaiai does not process them correctly which leads to ugly diffs. Fix this.
   * Stop carrying own copy of coccinelle. Just use the ones from the
     project kernel tree. This is better because our own copy tend to get
     out-of-date.
-- 
1.8.5.2




More information about the aiaiai mailing list