[Bf-blender-cvs] [bd2dda90b6a] master: Cleanup: Clang-tidy, inconsistent parameter name

Ankit Meel noreply at git.blender.org
Mon Nov 9 17:01:31 CET 2020


Commit: bd2dda90b6a35da21446ccfb7db2de0cb972d3f5
Author: Ankit Meel
Date:   Mon Nov 9 21:26:15 2020 +0530
Branches: master
https://developer.blender.org/rBbd2dda90b6a35da21446ccfb7db2de0cb972d3f5

Cleanup: Clang-tidy, inconsistent parameter name

readability-inconsistent-declaration-parameter-name

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

M	source/blender/bmesh/tools/bmesh_boolean.cc

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

diff --git a/source/blender/bmesh/tools/bmesh_boolean.cc b/source/blender/bmesh/tools/bmesh_boolean.cc
index 929bc510672..39b425a41df 100644
--- a/source/blender/bmesh/tools/bmesh_boolean.cc
+++ b/source/blender/bmesh/tools/bmesh_boolean.cc
@@ -492,7 +492,7 @@ bool BM_mesh_boolean_knife(BMesh *UNUSED(bm),
                            const int UNUSED(nshapes),
                            const bool UNUSED(use_self),
                            const bool UNUSED(use_separate_all),
-                           const bool UNUSED(keep_boolean))
+                           const bool UNUSED(keep_hidden))
 {
   UNUSED_VARS(looptris, test_fn);
   return false;



More information about the Bf-blender-cvs mailing list