Remove -Wno-reorder and make it an error

This commit is contained in:
Nekotekina 2020-02-21 15:20:10 +03:00
parent 54f2c27ba0
commit 972e0ab31d
43 changed files with 139 additions and 149 deletions

View file

@ -1233,11 +1233,11 @@ spu_thread::~spu_thread()
spu_thread::spu_thread(vm::addr_t ls, lv2_spu_group* group, u32 index, std::string_view name, u32 lv2_id)
: cpu_thread(idm::last_id())
, spu_name(name)
, index(index)
, offset(ls)
, group(group)
, lv2_id(lv2_id)
, spu_name(name)
{
if (g_cfg.core.spu_decoder == spu_decoder_type::asmjit)
{