mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +00:00
Merge pull request #4839 from wwylele/ipc-sign
ipc_helpers: silent signed comparison warning
This commit is contained in:
commit
fb8adcc08c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class RequestHelperBase {
|
|||
protected:
|
||||
Kernel::HLERequestContext* context;
|
||||
u32* cmdbuf;
|
||||
ptrdiff_t index = 1;
|
||||
std::size_t index = 1;
|
||||
Header header;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue