From 0383047257d39dac534c59ab59bc619e6a1da1b2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 May 2022 14:01:18 +1000 Subject: Cleanup: quiet strict-prototypes warning --- source/blender/draw/intern/draw_subdivision.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/draw/intern/draw_subdivision.h b/source/blender/draw/intern/draw_subdivision.h index 267a98f2d37..d803fad5052 100644 --- a/source/blender/draw/intern/draw_subdivision.h +++ b/source/blender/draw/intern/draw_subdivision.h @@ -287,7 +287,7 @@ void draw_subdiv_build_edituv_stretch_angle_buffer(const DRWSubdivCache *cache, /** Return the format used for the positions and normals VBO. */ -struct GPUVertFormat *draw_subdiv_get_pos_nor_format(); +struct GPUVertFormat *draw_subdiv_get_pos_nor_format(void); #ifdef __cplusplus } -- cgit v1.2.3