mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
FULLPIPE: Fix warning
This commit is contained in:
parent
4c445c6446
commit
c37d70b933
@ -573,7 +573,7 @@ int GlobalMessageQueueList::compact() {
|
||||
disableQueueById(_storage[i]->_id);
|
||||
remove_at(i);
|
||||
} else {
|
||||
if (_storage[i]->_id < size() + 2)
|
||||
if ((uint)_storage[i]->_id < size() + 2)
|
||||
useList[_storage[i]->_id] = 1;
|
||||
i++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user