diff options
| author | 2020-04-16 22:30:23 -0400 | |
|---|---|---|
| committer | 2020-04-16 22:45:41 -0400 | |
| commit | d159643fd780cc8a467822ebd008bb48c2deab7a (patch) | |
| tree | f784adcf5ff498f08297a349fc1bd2540c46a9b6 /src/video_core/gpu_thread.cpp | |
| parent | decode/texture: Collapse loop down into std::generate (diff) | |
| download | yuzu-d159643fd780cc8a467822ebd008bb48c2deab7a.tar.gz yuzu-d159643fd780cc8a467822ebd008bb48c2deab7a.tar.xz yuzu-d159643fd780cc8a467822ebd008bb48c2deab7a.zip | |
decode/texture: Resolve unused variable warnings.
Some variables aren't used, so we can remove these.
Unfortunately, diagnostics are still reported on structured bindings
even when annotated with [[maybe_unused]], so we need to unpack the
elements that we want to use manually.
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions