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-05-04 07:01:18 +0300
committerCampbell Barton <campbell@blender.org>2022-05-04 07:01:18 +0300
commit0383047257d39dac534c59ab59bc619e6a1da1b2 (patch)
treeb59abc337ef6311d1184a6ab5d2cfb4c197fbb19
parent2a89509e45244fc2df54b5c346305238a2889324 (diff)
Cleanup: quiet strict-prototypes warning
-rw-r--r--source/blender/draw/intern/draw_subdivision.h2
1 files changed, 1 insertions, 1 deletions
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
}