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

@ -884,7 +884,6 @@ std::vector<fs::file> SCEDecrypter::MakeFile()
SELFDecrypter::SELFDecrypter(const fs::file& s)
: self_f(s)
, key_v()
, data_buf_length(0)
{
}