code: Resolve unused variable warnings

This commit is contained in:
GPUCode
2022-10-04 23:52:14 +03:00
parent 2a1598036e
commit fadeecfe6d
19 changed files with 63 additions and 115 deletions

View File

@ -255,7 +255,7 @@ public:
}
private:
const Regs& regs;
[[maybe_unused]] const Regs& regs;
Shader::ShaderSetup& setup;
Common::Vec4<float24>* buffer_begin;
Common::Vec4<float24>* buffer_cur;