Enable -Wunused-parameter

This commit is contained in:
Nekotekina 2021-03-05 22:05:37 +03:00
parent 7205a93751
commit 87af905018
102 changed files with 1571 additions and 1463 deletions

View file

@ -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;
}