From: S.Çağlar Onur Date: Fri, 10 Dec 2010 20:02:15 +0000 (-0500) Subject: include warnings caused by the code for future references X-Git-Tag: linux-2.6-32-2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c5c7434400b94daa9b20b745571fd75c220b93b6;p=linux-2.6.git include warnings caused by the code for future references --- diff --git a/linux-2.6-591-chopstix-intern.patch b/linux-2.6-591-chopstix-intern.patch index 61618b1bc..81a578cf4 100644 --- a/linux-2.6-591-chopstix-intern.patch +++ b/linux-2.6-591-chopstix-intern.patch @@ -3,6 +3,17 @@ From: S.Çağlar Onur Date: Tue, 7 Dec 2010 11:09:43 -0500 Subject: [PATCH] linux-2.6-591-chopstix-intern.patch +block/blk-core.c: In function '__generic_make_request': +block/blk-core.c:1557: warning: assignment makes integer from pointer without a cast +fs/exec.c: In function 'open_exec': +fs/exec.c:698: warning: ISO C90 forbids mixed declarations and code +fs/bio.c: In function 'bio_endio': +fs/bio.c:1440: warning: assignment makes integer from pointer without a cast +mm/slab.c: In function '__cache_alloc': +mm/slab.c:3513: warning: assignment makes integer from pointer without a cast +mm/slab.c: In function '__cache_free': +mm/slab.c:3646: warning: assignment makes integer from pointer without a cast + --- arch/Kconfig | 8 ++++ arch/x86/kernel/asm-offsets_32.c | 25 +++++++++++