]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
misc: fix all the compiler warnings
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 2 Mar 2017 04:52:12 +0000 (20:52 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 Mar 2017 15:02:14 +0000 (10:02 -0500)
commit686994ebe274b20387ab901c2c4bd7d39c2ba742
tree080849acb917341f6069880319f66c2fb8347b36
parentd5c57fe92f38b5e6ddcff4ac93306b6c50538584
misc: fix all the compiler warnings

Fix the various compiler warnings that have crept in, and only define
__bitwise if the system headers haven't already done so.  Linux 4.10
changes the __bitwise definition so that our redefinition here is
just different enough that gcc complains.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
debugfs/xattrs.c
e2fsck/pass2.c
lib/ext2fs/ext2_types.h.in
lib/ext2fs/ext_attr.c
lib/support/cstring.c
misc/dumpe2fs.c