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 <campbell@blender.org>2022-06-09 03:16:19 +0300
committerCampbell Barton <campbell@blender.org>2022-06-09 03:17:39 +0300
commit3bdf1c11fb15df96355cc79e885e0d7aa1dc3afb (patch)
tree402303f35f340d1740f401fcc4d6576ef1c1905e /source/blender/gpu/intern/gpu_buffers.c
parent84906d47dc8ae7e0739865dbcba727f29c0632e9 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/gpu/intern/gpu_buffers.c')
-rw-r--r--source/blender/gpu/intern/gpu_buffers.c2
1 files changed, 1 insertions, 1 deletions
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");