Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-28 03:13:06 +0300
committerCampbell Barton <campbell@blender.org>2022-06-28 03:13:24 +0300
commit65f4f506404f42ef0e2ad8b089ba82cb1d63f579 (patch)
tree61aa72c7642c02dc1bda3c0a3ae179516dcbbd27 /source/blender/gpu
parent7a44f62bdb60b1fb302e7948ef661f076364d3f2 (diff)
Cleanup: compiler warnings, remove unused functions
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/opengl/gl_framebuffer.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/gpu/opengl/gl_framebuffer.hh b/source/blender/gpu/opengl/gl_framebuffer.hh
index 9dcdb5d13cd..224c7a92c0a 100644
--- a/source/blender/gpu/opengl/gl_framebuffer.hh
+++ b/source/blender/gpu/opengl/gl_framebuffer.hh
@@ -78,9 +78,9 @@ class GLFrameBuffer : public FrameBuffer {
const void *clear_value) override;
/* Attachment load-stores are currently no-op's in OpenGL. */
- void attachment_set_loadstore_op(GPUAttachmentType type,
- eGPULoadOp load_action,
- eGPUStoreOp store_action) override{};
+ void attachment_set_loadstore_op(GPUAttachmentType /*type*/,
+ eGPULoadOp /*load_action*/,
+ eGPUStoreOp /*store_action*/) override{};
void read(eGPUFrameBufferBits planes,
eGPUDataFormat format,