Mark query_scope as maybe unused
This commit is contained in:
parent
0c00505d44
commit
fdef1d6018
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace psemek::gfx
|
||||||
|
|
||||||
GLuint operator[](std::size_t i) const;
|
GLuint operator[](std::size_t i) const;
|
||||||
|
|
||||||
struct query_scope
|
struct [[maybe_unused]] query_scope
|
||||||
{
|
{
|
||||||
GLenum type;
|
GLenum type;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue