Whamcloud - gitweb
Fix clang warnings
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jan 2021 05:57:18 +0000 (00:57 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jan 2021 05:57:18 +0000 (00:57 -0500)
commitb3f288ed9fbb1b12c67fd00860f286a800427125
tree1fb36d15dc32b562a5f5e6358121f78663931053
parentb1b864b398b2b7bc2ca54aca91b7abb1acee321d
Fix clang warnings

Clang gets unhappy when passing an unsigned char to string functions.
For better or for worse we use __u8[] in the definition of the
superblock.  So cast them these to "char *" to prevent clang
build-time warnings.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/unix.c
lib/ext2fs/mmp.c
misc/e2fuzz.c
misc/mke2fs.c