mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Merge pull request #4839 from wwylele/ipc-sign
ipc_helpers: silent signed comparison warning
This commit is contained in:
commit
fb8adcc08c
@ -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 New Issue
Block a user