Cleanup: quiet strict-prototypes warning

This commit is contained in:
Campbell Barton 2022-05-04 14:01:18 +10:00
parent 2a89509e45
commit 0383047257
1 changed files with 1 additions and 1 deletions

View File

@ -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
}