]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
TODO: remove a completed item
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 26 Apr 2014 00:32:59 +0000 (17:32 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 26 Apr 2014 00:36:49 +0000 (17:36 -0700)
I've fixed the gcc 4.8 issue in

d4b585c aiaiai-diff-log-helper: fix logs diffing for gcc-4.8

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
doc/TODO.txt

index b46dac5ebaf322d2419e4b52126c3c6c9b8dd1fb..f5a879df647fe2e185dae9371cfb0e315031ddab 100644 (file)
@@ -25,12 +25,3 @@ implementing them.
     patch-sets.
   * Describe some review policy, e.g., how many days I promise to wait
     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.