mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
sector_t is still 32-bit on most targets, resulting in compile warnings on debug builds when used with an %llu/%llx format. Fix by always casting the sector to uint64_t. Change-Id: I5afc4a0ae170981c304274806e00ac07be232cd8 |
||
|---|---|---|
| .. | ||
| adler32.c | ||
| ap_int.c | ||
| bootdata.c | ||
| config.c | ||
| crc32-rkw.c | ||
| crc32.c | ||
| devicedata.c | ||
| diacritic.c | ||
| dir.c | ||
| dircache.c | ||
| disk.c | ||
| disk_cache.c | ||
| fat.c | ||
| fdprintf.c | ||
| file.c | ||
| file_internal.c | ||
| fileobj_mgr.c | ||
| inflate.c | ||
| itoa_buf.c | ||
| linked_list.c | ||
| loader_strerror.c | ||
| multiboot.c | ||
| pathfuncs.c | ||
| rb-loader.c | ||
| rb_namespace.c | ||
| rectangle.c | ||
| strcasecmp.c | ||
| strcasestr.c | ||
| strlcat.c | ||
| strlcpy.c | ||
| strmemccpy.c | ||
| strnatcmp.c | ||
| strptokspn.c | ||
| timefuncs.c | ||
| ucl_decompress.c | ||
| unicode.c | ||
| version.c | ||
| vuprintf.c | ||
| zip.c | ||