summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-04-25 17:32:59 -0700
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-04-25 17:36:49 -0700
commit423f40362657a7c6d1c4d8284af4d280d35fff0e (patch)
treef6de7c934ccc24d06a96b945e45262a4cff4776d
parent7ec4908cdd4471769bb0df985b09e0cf97d0310a (diff)
downloadaiaiai-423f40362657a7c6d1c4d8284af4d280d35fff0e.tar.gz
TODO: remove a completed item
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>
-rw-r--r--doc/TODO.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
index b46dac5..f5a879d 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -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.