Cleanup: Mark unused arguments as such

Pull Request: https://projects.blender.org/blender/blender/pulls/114619
This commit is contained in:
Sergey Sharybin 2023-11-08 09:44:58 +01:00 committed by Sergey Sharybin
parent f76ceddc98
commit 7b89a0a580
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ static void extract_data_mesh_mapped_corner(const Span<T> attribute,
} }
template<typename T> template<typename T>
static void extract_data_mesh_vert(const MeshRenderData &mr, static void extract_data_mesh_vert(const MeshRenderData & /*mr*/,
const Span<T> attribute, const Span<T> /*attribute*/,
GPUVertBuf &vbo) GPUVertBuf & /*vbo*/)
{ {
} }