From f9f0f44be85d4631afbbf9b248dc7787dd41255f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Apr 2020 10:41:34 +1100 Subject: Cleanup: quiet discarded-qualifiers, unused warnings --- source/blender/gpu/intern/gpu_buffers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_buffers.c b/source/blender/gpu/intern/gpu_buffers.c index cfc1eb05731..8496bcac693 100644 --- a/source/blender/gpu/intern/gpu_buffers.c +++ b/source/blender/gpu/intern/gpu_buffers.c @@ -525,8 +525,8 @@ GPU_PBVH_Buffers *GPU_pbvh_mesh_buffers_build(const int (*face_vert_indices)[3], * \{ */ static void gpu_pbvh_grid_fill_index_buffers(GPU_PBVH_Buffers *buffers, - SubdivCCG *subdiv_ccg, - const int *face_sets, + SubdivCCG *UNUSED(subdiv_ccg), + const int *UNUSED(face_sets), int *grid_indices, uint visible_quad_len, int totgrid, -- cgit v1.2.3