mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Enable -Wunused-parameter
This commit is contained in:
parent
7205a93751
commit
87af905018
102 changed files with 1571 additions and 1463 deletions
|
@ -2571,7 +2571,7 @@ error_code sceNpManagerGetOnlineId(vm::ptr<SceNpOnlineId> onlineId)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
error_code sceNpManagerGetNpId(ppu_thread& ppu, vm::ptr<SceNpId> npId)
|
||||
error_code sceNpManagerGetNpId(ppu_thread&, vm::ptr<SceNpId> npId)
|
||||
{
|
||||
sceNp.warning("sceNpManagerGetNpId(npId=*0x%x)", npId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue