u-boot-brain/fs/yaffs2
Anatolij Gustschin 8cc64bafc0 yaffs2: Fix GCC 4.6 compile warnings
Fix:
yaffs_guts.c: In function 'yaffs_check_chunk_erased':
yaffs_guts.c:324:6: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_guts.c: In function 'yaffs_verify_chunk_written':
yaffs_guts.c:352:6: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_guts.c: In function 'yaffs_grab_chunk_cache':
yaffs_guts.c:1488:6: warning: variable 'pushout' set but not used
[-Wunused-but-set-variable]
yaffs_guts.c: In function 'yaffs_check_obj_details_loaded':
yaffs_guts.c:3180:6: warning: variable 'alloc_failed' set but not used
[-Wunused-but-set-variable]
yaffs_guts.c:3179:6: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_guts.c: In function 'yaffs_update_oh':
yaffs_guts.c:3288:6: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_guts.c: In function 'yaffs_get_obj_name':
yaffs_guts.c:4447:7: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_summary.c: In function 'yaffs_summary_read':
yaffs_summary.c:194:6: warning: variable 'sum_tags_bytes' set but not
used [-Wunused-but-set-variable]
yaffs_verify.c: In function 'yaffs_verify_file':
yaffs_verify.c:227:6: warning: variable 'actual_depth' set but not used
[-Wunused-but-set-variable]
yaffs_yaffs1.c: In function 'yaffs1_scan':
yaffs_yaffs1.c:26:6: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_yaffs2.c: In function 'yaffs2_scan_chunk':
yaffs_yaffs2.c:949:6: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
yaffs_yaffs2.c: In function 'yaffs2_scan_backwards':
yaffs_yaffs2.c:1352:6: warning: variable 'deleted' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Charles Manning <cdhmanning@gmail.com>
Tested-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2012-10-08 11:15:04 -07:00
..
Makefile u-boot yaffs2: Fix compilation warnings 2012-09-02 16:47:50 +02:00
yaffs_allocator.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_allocator.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_attribs.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_attribs.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_bitmap.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_bitmap.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_checkptrw.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_checkptrw.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_ecc.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_ecc.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_error.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_flashif.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_flashif2.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_getblockinfo.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_guts.c yaffs2: Fix GCC 4.6 compile warnings 2012-10-08 11:15:04 -07:00
yaffs_guts.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_list.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_mtdif.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_mtdif.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_mtdif2.c u-boot yaffs2: Fix compilation warnings 2012-09-02 16:47:50 +02:00
yaffs_mtdif2.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nameval.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nameval.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nand.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nand.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nandemul2k.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nandif.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_nandif.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_osglue.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_packedtags1.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_packedtags1.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_packedtags2.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_packedtags2.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_qsort.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_summary.c yaffs2: Fix GCC 4.6 compile warnings 2012-10-08 11:15:04 -07:00
yaffs_summary.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_tagscompat.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_tagscompat.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_trace.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_uboot_glue.c u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_verify.c yaffs2: Fix GCC 4.6 compile warnings 2012-10-08 11:15:04 -07:00
yaffs_verify.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_yaffs1.c yaffs2: Fix GCC 4.6 compile warnings 2012-10-08 11:15:04 -07:00
yaffs_yaffs1.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffs_yaffs2.c yaffs2: Fix GCC 4.6 compile warnings 2012-10-08 11:15:04 -07:00
yaffs_yaffs2.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffscfg.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
yaffsfs.c u-boot yaffs2: Fix compilation warnings 2012-09-02 16:47:50 +02:00
yaffsfs.h u-boot: Update yaffs2 file system 2012-08-09 23:39:18 +02:00
ydirectenv.h u-boot yaffs2: Fix compilation warnings 2012-09-02 16:47:50 +02:00
yportenv.h u-boot yaffs2: Fix compilation warnings 2012-09-02 16:47:50 +02:00