Re: [U-Boot] [PATCH 2/2] ext4: Fix unused variable warnings

2012-10-03 Thread Simon Glass
Hi, On Wed, Oct 3, 2012 at 12:53 PM, Simon Glass wrote: > This patch fixes the following warnings with my gcc 4.6: > > ext4fs.c:932:6: error: variable 'delayed_skipfirst' set but not used > [-Werror=unused-but-set-variable] > ext4_common.c:381:8: error: variable 'ptr' set but not used > [-Werro

[U-Boot] [PATCH 2/2] ext4: Fix unused variable warnings

2012-10-03 Thread Simon Glass
This patch fixes the following warnings with my gcc 4.6: ext4fs.c:932:6: error: variable 'delayed_skipfirst' set but not used [-Werror=unused-but-set-variable] ext4_common.c:381:8: error: variable 'ptr' set but not used [-Werror=unused-but-set-variable] ext4_common.c:1170:8: error: variable 'sta