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 04:07:19 +0300
committerCampbell Barton <campbell@blender.org>2022-05-04 04:07:19 +0300
commitdc57ab8941894a2902bf46edc2951a5968be3edc (patch)
treed9b4e84e0eee2c100d5f52c0188d06be85c34681 /source/blender/draw
parent502c707e0e836b14516ceed54622adc3a605d31e (diff)
Cleanup: quiet strict-prototypes warning
Diffstat (limited to 'source/blender/draw')
-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
}