]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
TODO: add another entry
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Feb 2014 09:38:23 +0000 (11:38 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Feb 2014 15:12:12 +0000 (17:12 +0200)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
doc/TODO.txt

index 7549ac088d07a62e71f55b5b27447907608c39b2..cb5f4121e4aaddb6daf1bd550adb9db846e128eb 100644 (file)
@@ -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.