Cleanup: compiler warnings

This commit is contained in:
2022-09-23 14:33:41 +10:00
parent e9344d329f
commit cda2dc721d
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ class GLBackend : public GPUBackend {
GLTexture::samplers_update();
};
Context *context_alloc(void *ghost_window, void *ghost_context) override
Context *context_alloc(void *ghost_window, void * /*ghost_context*/) override
{
return new GLContext(ghost_window, shared_orphan_list_);
};