mirror of
https://github.com/upx/upx.git
synced 2025-02-21 16:40:49 +00:00
Avoid a clang-11 warning.
This commit is contained in:
parent
8ced672d24
commit
bd193201b2
@ -465,7 +465,7 @@ PackMachBase<T>::compare_segment_command(void const *const aa, void const *const
|
||||
if (a->vmsize) return -1; // 'a' is first
|
||||
if (b->vmsize) return 1; // 'a' is last
|
||||
// What could remain?
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef PAGE_MASK
|
||||
|
Loading…
x
Reference in New Issue
Block a user