From 0284392c489204096ac2a712868c43fd3f044bda Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 10 Sep 2018 09:56:14 +0200 Subject: Cleanup: More variables unused in release --- source/blender/gpu/intern/gpu_material.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/intern/gpu_material.c') diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c index b03df2c643c..3f5d3282f0c 100644 --- a/source/blender/gpu/intern/gpu_material.c +++ b/source/blender/gpu/intern/gpu_material.c @@ -153,6 +153,7 @@ GPUTexture **gpu_material_ramp_texture_row_set(GPUMaterial *mat, int size, float /* In order to put all the colorbands into one 1D array texture, * we need them to be the same size. */ BLI_assert(size == CM_TABLE + 1); + UNUSED_VARS_NDEBUG(size); if (mat->coba_builder == NULL) { mat->coba_builder = MEM_mallocN(sizeof(GPUColorBandBuilder), "GPUColorBandBuilder"); -- cgit v1.2.3