From: Artem Bityutskiy Date: Sat, 26 Apr 2014 00:32:59 +0000 (-0700) Subject: TODO: remove a completed item X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=423f40362657a7c6d1c4d8284af4d280d35fff0e;p=users%2Fdedekind%2Faiaiai.git 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 --- 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.