mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 06:32:19 +00:00
Build with -Wall
This commit is contained in:
@@ -165,7 +165,7 @@ void magisk_cpio::backup(const char *orig) {
|
||||
res = lhs->first.compare(rhs->first);
|
||||
} else if (lhs == o.entries.end()) {
|
||||
res = 1;
|
||||
} else if (rhs == entries.end()) {
|
||||
} else {
|
||||
res = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user