From cda2dc721dce9db9ea94b059ccd1cc7a3ae73aa6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 23 Sep 2022 14:33:41 +1000 Subject: Cleanup: compiler warnings --- source/blender/gpu/opengl/gl_backend.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/opengl/gl_backend.hh b/source/blender/gpu/opengl/gl_backend.hh index 14fca9f061d..39a4dd80279 100644 --- a/source/blender/gpu/opengl/gl_backend.hh +++ b/source/blender/gpu/opengl/gl_backend.hh @@ -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_); }; -- cgit v1.2.3