mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
b5223fb15f
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}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ```