Mark query_scope as maybe unused

This commit is contained in:
Nikita Lisitsa 2020-12-12 16:18:14 +03:00
parent 0c00505d44
commit fdef1d6018

View file

@ -19,7 +19,7 @@ namespace psemek::gfx
GLuint operator[](std::size_t i) const;
struct query_scope
struct [[maybe_unused]] query_scope
{
GLenum type;