From 3bdf1c11fb15df96355cc79e885e0d7aa1dc3afb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Jun 2022 10:16:19 +1000 Subject: Cleanup: warnings --- source/blender/gpu/intern/gpu_buffers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_buffers.c') diff --git a/source/blender/gpu/intern/gpu_buffers.c b/source/blender/gpu/intern/gpu_buffers.c index 8dfc7923380..f7be2434fbf 100644 --- a/source/blender/gpu/intern/gpu_buffers.c +++ b/source/blender/gpu/intern/gpu_buffers.c @@ -109,7 +109,7 @@ typedef struct PBVHGPUFormat { bool active_attrs_only; } PBVHGPUFormat; -PBVHGPUFormat *GPU_pbvh_make_format() +PBVHGPUFormat *GPU_pbvh_make_format(void) { PBVHGPUFormat *vbo_id = MEM_callocN(sizeof(PBVHGPUFormat), "PBVHGPUFormat"); -- cgit v1.2.3