mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Enable -Wunused-parameter
This commit is contained in:
parent
7205a93751
commit
87af905018
102 changed files with 1571 additions and 1463 deletions
|
|
@ -16,7 +16,7 @@ struct ps3_fmt_src
|
|||
ppu_thread* ctx;
|
||||
u32 g_count;
|
||||
|
||||
bool test(usz index) const
|
||||
bool test(usz) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ struct ps3_fmt_src
|
|||
return out.size() - start;
|
||||
}
|
||||
|
||||
usz type(usz extra) const
|
||||
usz type(usz) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue