Whamcloud - gitweb
e2fsck: clean up two gcc -Wall warnings in recovery.c
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Aug 2021 18:02:33 +0000 (14:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Aug 2021 18:02:33 +0000 (14:02 -0400)
commitaec460db9a931d1702f9a5a979e2a95dcf0cd4f4
treefd05ae220ef92a8d7e57388aa5febccfa3c92392
parent0a219efe5b0bd1fd8c517877467d1d62d08b8f75
e2fsck: clean up two gcc -Wall warnings in recovery.c

Fix a signed vs unsigned and a void * pointer arithmetic warning.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/recovery.c