]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/pass2.c
Fix various signed/unsigned gcc warnings
authorTheodore Ts'o <tytso@mit.edu>
Sun, 16 Nov 2008 15:03:00 +0000 (10:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 16 Nov 2008 15:06:59 +0000 (10:06 -0500)
commit03fa6f8ae28a87018325c892f731097cc97d9eac
tree0b0f71639b35565fecbd40189c3dfec4fbb52f54
parentdd20e25f062fbf39da2163f20adb676d0c487b8d
Fix various signed/unsigned gcc warnings

Some of these could affect filesystems between 2^31 and 2^32-1 blocks.

Thanks to Valerie Aurora Henson for pointing out the problems in
lib/ext2fs/alloc_tables.c, which led me to do a "make gcc-wall" scan
over the source tree.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass1.c
e2fsck/pass2.c
lib/ext2fs/alloc.c
lib/ext2fs/alloc_tables.c
lib/ext2fs/inode.c
resize/resize2fs.c