Skip to content

Instantly share code, notes, and snippets.

@rogerz
Created November 4, 2011 07:12
Show Gist options
  • Save rogerz/1338836 to your computer and use it in GitHub Desktop.
Save rogerz/1338836 to your computer and use it in GitHub Desktop.
uffs build log
Building src\uffs\uffs.gpj
Compiling uffs_version.c because uffs_version.o does not exist
Compiling uffs_badblock.c because uffs_badblock.o does not exist
"src\uffs\src\uffs\uffs_badblock.c", line 93: warning #550-D: variable "type"
was set but never used
u8 type;
^
Compiling uffs_blockinfo.c because uffs_blockinfo.o does not exist
Compiling uffs_buf.c because uffs_buf.o does not exist
Compiling uffs_debug.c because uffs_debug.o does not exist
Compiling uffs_device.c because uffs_device.o does not exist
Compiling uffs_ecc.c because uffs_ecc.o does not exist
Compiling uffs_fd.c because uffs_fd.o does not exist
Compiling uffs_find.c because uffs_find.o does not exist
Compiling uffs_flash.c because uffs_flash.o does not exist
Compiling uffs_fs.c because uffs_fs.o does not exist
"src\uffs\src\uffs\uffs_fs.c", line 675: warning #550-D: variable "dev" was
set but never used
uffs_Device *dev;
^
"src\uffs\src\uffs\uffs_fs.c", line 702: warning #550-D: variable "dev" was
set but never used
uffs_Device *dev;
^
"src\uffs\src\uffs\uffs_fs.c", line 1170: warning #186-D: pointless comparison
of unsigned integer with zero
if (obj->pos + offset < 0) {
^
"src\uffs\src\uffs\uffs_fs.c", line 1186: warning #186-D: pointless comparison
of unsigned integer with zero
if (obj->node->u.file.len + offset < 0) {
^
"src\uffs\src\uffs\uffs_fs.c", line 1197: warning #68-D: integer conversion
resulted in a change of sign
return (obj->err == UENOERR ? obj->pos : -1);
^
Compiling uffs_init.c because uffs_init.o does not exist
Compiling uffs_mem.c because uffs_mem.o does not exist
Compiling uffs_mtb.c because uffs_mtb.o does not exist
Compiling uffs_pool.c because uffs_pool.o does not exist
"src\uffs\src\uffs\uffs_pool.c", line 243: warning #186-D: pointless
comparison of unsigned integer with zero
!uffs_Assert(index >= 0 && index < pool->num_bufs,
^
Compiling uffs_public.c because uffs_public.o does not exist
Compiling uffs_tree.c because uffs_tree.o does not exist
Compiling uffs_utils.c because uffs_utils.o does not exist
"src\uffs\src\uffs\uffs_utils.c", line 383: warning #111-D: statement is
unreachable
dump(dev, "--------------------------------\n");
^
Done
Build successful (Thu Nov 03 15:42:40 2011)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment