1
1

Cleanup: quiet strict-prototypes warning

This commit is contained in:
2022-05-04 11:07:19 +10:00
parent 502c707e0e
commit dc57ab8941

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
}