ext4 warnings from sparc64

From: Meelis Roos
Date: Tue Dec 09 2008 - 04:23:04 EST


Got these while compiling todays 2.6.28-7rc+git on sparc64. Debian
unstable, gcc 4.3.2-1.

CC [M] fs/ext4/balloc.o
fs/ext4/balloc.c: In function 'ext4_has_free_blocks':
fs/ext4/balloc.c:617: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64'
CC [M] fs/ext4/bitmap.o
CC [M] fs/ext4/dir.o
CC [M] fs/ext4/file.o
CC [M] fs/ext4/fsync.o
CC [M] fs/ext4/ialloc.o
CC [M] fs/ext4/inode.o
fs/ext4/inode.c: In function 'ext4_print_free_blocks':
fs/ext4/inode.c:1833: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64'
fs/ext4/inode.c:1835: warning: format '%lld' expects type 'long long int', but argument 2 has type 's64'
CC [M] fs/ext4/ioctl.o
CC [M] fs/ext4/namei.o
CC [M] fs/ext4/super.o
CC [M] fs/ext4/symlink.o
CC [M] fs/ext4/hash.o
CC [M] fs/ext4/resize.o
CC [M] fs/ext4/extents.o
fs/ext4/extents.c: In function 'ext4_ext_search_right':
fs/ext4/extents.c:1120: warning: 'ix' may be used uninitialized in this function


--
Meelis Roos (mroos@xxxxxxxx)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/