mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
![Michael Maltese](/assets/img/avatar_default.png)
Fixes a warning: ``` Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp:54:45: warning: suggest braces around initialization of subobject [-Wmissing-braces] static const std::array<u8, 4> ovtable = {0, 0, XER_SO_MASK, XER_SO_MASK}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ```