Whamcloud - gitweb
Fix miscellaneous compiler warnings using "make gcc-wall"
authorTheodore Ts'o <tytso@mit.edu>
Mon, 26 Jul 2021 03:38:39 +0000 (23:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Jul 2021 03:38:39 +0000 (23:38 -0400)
commitf158f8962ed7e884fa168f354c488f3afa3eb6db
tree3c5bf90e1e94eaf6a204317b8e5b132050dc49d5
parentddee43e8e847b25148d694bb5dbec633729e975b
Fix miscellaneous compiler warnings using "make gcc-wall"

Address a number of signed vs. unsigned comparison errors, unused
function parameters, casts which drop const, etc.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
22 files changed:
e2fsck/e2fsck.h
e2fsck/extents.c
e2fsck/journal.c
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/rehash.c
lib/ext2fs/blknum.c
lib/ext2fs/compiler.h
lib/ext2fs/crc32c.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/ext2fs.h
lib/ext2fs/imager.c
lib/ext2fs/io_manager.c
lib/ext2fs/kernel-jbd.h
lib/ext2fs/link.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/tdb.c
lib/ext2fs/unix_io.c
lib/support/dict.c
lib/support/dict.h
misc/e2image.c
misc/mke2fs.c