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 <ideasman42@gmail.com>2020-04-01 02:41:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-01 02:50:21 +0300
commitf9f0f44be85d4631afbbf9b248dc7787dd41255f (patch)
treeb82be87013bac0ab3d29c9e1b83b5905aa109a7f /source/blender/gpu
parente819f67500070b0854cd5d27386ddd40eaae5a4b (diff)
Cleanup: quiet discarded-qualifiers, unused warnings
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_buffers.c4
1 files changed, 2 insertions, 2 deletions
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,