commit | bdea21773d624f41913388803c2be52927239b56 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Sep 08 02:10:18 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Sep 10 00:00:18 2011 +0200 |
tree | 5ceaf645ff65baceffae81330cca464093894186 | |
parent | d199bd4cf09bf627a9dd2a95ea7c760cd78c8f6c [diff] |
YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings Fix these: yaffscfg.c: In function 'cmd_yaffs_mread_file': yaffscfg.c:316: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'char *' yaffscfg.c: In function 'cmd_yaffs_ls': yaffscfg.c:371: warning: format '%7d' expects type 'int', but argument 3 has type 'off_t' Signed-off-by: Wolfgang Denk <wd@denx.de>