Re: [U-Boot] [PATCH] fs/fat/fat_write.c: Fix GCC 4.6 warnings

2012-03-24 Thread Anatolij Gustschin
On Sun, 25 Mar 2012 00:57:06 +0100 Anatolij Gustschin wrote: > Fix: > fat_write.c: In function 'find_directory_entry': > fat_write.c:826:8: warning: variable 'prevcksum' set but not used > [-Wunused-but-set-variable] > fat_write.c: In function 'do_fat_write': > fat_write.c:933:6: warning: variabl

[U-Boot] [PATCH] fs/fat/fat_write.c: Fix GCC 4.6 warnings

2012-03-24 Thread Anatolij Gustschin
Fix: fat_write.c: In function 'find_directory_entry': fat_write.c:826:8: warning: variable 'prevcksum' set but not used [-Wunused-but-set-variable] fat_write.c: In function 'do_fat_write': fat_write.c:933:6: warning: variable 'root_cluster' set but not used [-Wunused-but-set-variable] fat_write.c:9