mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Enable -Wunused-parameter
This commit is contained in:
parent
7205a93751
commit
87af905018
102 changed files with 1571 additions and 1463 deletions
|
|
@ -272,7 +272,7 @@ error_code _sys_process_get_paramsfo(vm::ptr<char> buffer)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 process_get_sdk_version(u32 pid, s32& ver)
|
||||
s32 process_get_sdk_version(u32 /*pid*/, s32& ver)
|
||||
{
|
||||
// get correct SDK version for selected pid
|
||||
ver = g_ps3_process_info.sdk_ver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue