Cleanup: compiler warnings
This commit is contained in:
@@ -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_);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user