]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
misc: quiet signed/unsigned charactr compiler warnings
authorAndreas Dilger <adilger@dilger.ca>
Tue, 29 Jul 2014 23:30:39 +0000 (17:30 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 2 Aug 2014 01:39:27 +0000 (21:39 -0400)
commit0befec4e24377e391dca2a3f9e6e163f18b132ce
tree2eb29a0bdde541dca4a1f9b2e1aa80f4cb236e93
parent7d0109c0853e3f7c618a352fdd7c9e4924fadfcf
misc: quiet signed/unsigned charactr compiler warnings

Quiet warnings about signed vs. unsigned character mismatch.
Use __u8 for storing UUIDs instead of char to match the superblock
s_uuid field.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
misc/tune2fs.c