[Bf-blender-cvs] [dc57ab89418] master: Cleanup: quiet strict-prototypes warning

Campbell Barton noreply at git.blender.org
Wed May 4 03:36:21 CEST 2022


Commit: dc57ab8941894a2902bf46edc2951a5968be3edc
Author: Campbell Barton
Date:   Wed May 4 11:07:19 2022 +1000
Branches: master
https://developer.blender.org/rBdc57ab8941894a2902bf46edc2951a5968be3edc

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