]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
misc: quiet minor compiler errors
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 24 Sep 2011 16:59:31 +0000 (12:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 24 Sep 2011 17:00:24 +0000 (13:00 -0400)
commit6b56f3d92d08806ab415e8fd883480f7f9c148e8
treeaab94e809cda4d95c1bc81712dd1a8859d65b942
parent9d9a53e651fa877eb4f9df0bfd97fbcc5f514293
misc: quiet minor compiler errors

Several compiler errors are quieted:
- zero-length gnu_printf format string
- unused variable
- uninitalized variable (though it isn't actually used for anything)
- fixed a bug in ext2fs_stat() if stat64() does not exist

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/ea_refcount.c
e2fsck/problem.c
e2fsck/region.c
lib/ext2fs/crc32c.c
lib/ext2fs/ext2fs.h
lib/ext2fs/getsize.c
lib/quota/dqblk_v2.h
misc/tune2fs.c