[Bf-blender-cvs] [6022103264c] master: Cleanup: Clang tidy void argument

Hans Goudey noreply at git.blender.org
Mon Nov 30 19:45:05 CET 2020


Commit: 6022103264cf2e23ad884fce6b5dfadf88b24e05
Author: Hans Goudey
Date:   Mon Nov 30 13:44:58 2020 -0500
Branches: master
https://developer.blender.org/rB6022103264cf2e23ad884fce6b5dfadf88b24e05

Cleanup: Clang tidy void argument

===================================================================

M	source/blender/gpu/opengl/gl_shader.cc

===================================================================

diff --git a/source/blender/gpu/opengl/gl_shader.cc b/source/blender/gpu/opengl/gl_shader.cc
index 28b89ad48f5..dd08a67517e 100644
--- a/source/blender/gpu/opengl/gl_shader.cc
+++ b/source/blender/gpu/opengl/gl_shader.cc
@@ -426,7 +426,7 @@ void GLShader::vertformat_from_shader(GPUVertFormat *format) const
   }
 }
 
-int GLShader::program_handle_get(void) const
+int GLShader::program_handle_get() const
 {
   return (int)this->shader_program_;
 }



More information about the Bf-blender-cvs mailing list