From f55e92107a5c88d80fdf6199b09916ca5a0fef68 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 May 2020 16:05:51 +1000 Subject: Cleanup: warnings --- source/blender/gpu/intern/gpu_immediate_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_immediate_util.c') diff --git a/source/blender/gpu/intern/gpu_immediate_util.c b/source/blender/gpu/intern/gpu_immediate_util.c index 77b6f237f03..e834d6afccb 100644 --- a/source/blender/gpu/intern/gpu_immediate_util.c +++ b/source/blender/gpu/intern/gpu_immediate_util.c @@ -367,7 +367,7 @@ void imm_draw_box_checker_2d_ex(float x1, float y2, const float color_primary[4], const float color_secondary[4], - const int checker_size) + int checker_size) { uint pos = GPU_vertformat_attr_add(immVertexFormat(), "pos", GPU_COMP_F32, 2, GPU_FETCH_FLOAT); -- cgit v1.2.3