[Bf-blender-cvs] [cdb52aee9f9] temp_bmesh_multires: Missed an ATTR_NONNULL fix

Joseph Eagar noreply at git.blender.org
Fri Aug 27 11:01:26 CEST 2021


Commit: cdb52aee9f9474cb28e7d0664437b24c310c78c7
Author: Joseph Eagar
Date:   Fri Aug 27 01:59:34 2021 -0700
Branches: temp_bmesh_multires
https://developer.blender.org/rBcdb52aee9f9474cb28e7d0664437b24c310c78c7

Missed an ATTR_NONNULL fix

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

M	source/blender/bmesh/intern/bmesh_mesh_convert.h

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

diff --git a/source/blender/bmesh/intern/bmesh_mesh_convert.h b/source/blender/bmesh/intern/bmesh_mesh_convert.h
index 8f7aac4a2d8..300b4642da6 100644
--- a/source/blender/bmesh/intern/bmesh_mesh_convert.h
+++ b/source/blender/bmesh/intern/bmesh_mesh_convert.h
@@ -76,7 +76,7 @@ void BM_mesh_bm_to_me(struct Main *bmain,
                       struct Object *ob,
                       BMesh *bm,
                       struct Mesh *me,
-                      const struct BMeshToMeshParams *params) ATTR_NONNULL(2, 3, 4);
+                      const struct BMeshToMeshParams *params) ATTR_NONNULL(3, 4, 5);
 
 void BM_mesh_bm_to_me_for_eval(BMesh *bm,
                                struct Mesh *me,



More information about the Bf-blender-cvs mailing list