diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-11-15 13:21:02 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 21:37:19 +0100 |
commit | 360ab45089f621fa206c09023b8a4b209b064e6c (patch) | |
tree | 0a27073b1c34a548df81a300789d01fc4a2736c5 /doc/README.MPC866 | |
parent | 7a1b07eef94c7e1c6eebccd2b8a258f9a56991b9 (diff) | |
download | u-boot-imx-360ab45089f621fa206c09023b8a4b209b064e6c.zip u-boot-imx-360ab45089f621fa206c09023b8a4b209b064e6c.tar.gz u-boot-imx-360ab45089f621fa206c09023b8a4b209b064e6c.tar.bz2 |
fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warnings
Fix:
yaffs_guts.c: In function 'yaffs_CheckChunkErased':
yaffs_guts.c:854:6: warning: variable 'result' set but not used
yaffs_guts.c: In function 'yaffs_UpdateObjectHeader':
yaffs_guts.c:3463:6: warning: variable 'result' set but not used
yaffs_guts.c: In function 'yaffs_GrabChunkCache':
yaffs_guts.c:3774:6: warning: variable 'pushout' set but not used
yaffs_guts.c: In function 'yaffs_Scan':
yaffs_guts.c:5237:6: warning: variable 'result' set but not used
yaffs_guts.c: In function 'yaffs_CheckObjectDetailsLoaded':
yaffs_guts.c:5748:6: warning: variable 'alloc_failed' set but not used
yaffs_guts.c:5747:6: warning: variable 'result' set but not used
yaffs_guts.c: In function 'yaffs_ScanBackwards':
yaffs_guts.c:5808:6: warning: variable 'deleted' set but not used
yaffs_guts.c:5806:6: warning: variable 'result' set but not used
yaffs_guts.c: In function 'yaffs_GetObjectName':
yaffs_guts.c:6657:7: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'doc/README.MPC866')
0 files changed, 0 insertions, 0 deletions