[Bf-blender-cvs] [0383047257d] blender-v3.2-release: Cleanup: quiet strict-prototypes warning

Campbell Barton noreply at git.blender.org
Wed May 4 06:01:52 CEST 2022


Commit: 0383047257d39dac534c59ab59bc619e6a1da1b2
Author: Campbell Barton
Date:   Wed May 4 14:01:18 2022 +1000
Branches: blender-v3.2-release
https://developer.blender.org/rB0383047257d39dac534c59ab59bc619e6a1da1b2

Cleanup: quiet strict-prototypes warning

===================================================================

M	source/blender/draw/intern/draw_subdivision.h

===================================================================

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
 }



More information about the Bf-blender-cvs mailing list