Fix some -Weffc++ warnings (part 2)

This commit is contained in:
Nekotekina 2021-04-03 19:38:02 +03:00
parent c1f1b1174d
commit 963d150e93
28 changed files with 169 additions and 130 deletions

View file

@ -399,7 +399,7 @@ extern void ppu_trap(ppu_thread& ppu, u64 addr);
class ppu_scale_table_t
{
std::array<v128, 32 + 31> m_data;
std::array<v128, 32 + 31> m_data{};
public:
ppu_scale_table_t()