video_core: Enforce -Wunused-variable and -Wunused-but-set-variable
This commit is contained in:
parent
182cf7d631
commit
2a24b1c973
3 changed files with 7 additions and 4 deletions
|
@ -193,7 +193,6 @@ bool IsASTCSupported() {
|
|||
Device::Device()
|
||||
: max_uniform_buffers{BuildMaxUniformBuffers()}, base_bindings{BuildBaseBindings()} {
|
||||
const std::string_view vendor = reinterpret_cast<const char*>(glGetString(GL_VENDOR));
|
||||
const std::string_view renderer = reinterpret_cast<const char*>(glGetString(GL_RENDERER));
|
||||
const std::string_view version = reinterpret_cast<const char*>(glGetString(GL_VERSION));
|
||||
const std::vector extensions = GetExtensions();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue