[Bf-blender-cvs] [27105af938b] blender-v3.3-release: Cleanup: unused debug variable.

Bastien Montagne noreply at git.blender.org
Fri Aug 12 15:20:55 CEST 2022


Commit: 27105af938b14c48fb498a292e2b371cbd8faf31
Author: Bastien Montagne
Date:   Fri Aug 12 15:20:43 2022 +0200
Branches: blender-v3.3-release
https://developer.blender.org/rB27105af938b14c48fb498a292e2b371cbd8faf31

Cleanup: unused debug variable.

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

M	source/blender/editors/space_outliner/tree/tree_element_overrides.cc

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

diff --git a/source/blender/editors/space_outliner/tree/tree_element_overrides.cc b/source/blender/editors/space_outliner/tree/tree_element_overrides.cc
index 7db6b9635ee..ab2555954d6 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_overrides.cc
+++ b/source/blender/editors/space_outliner/tree/tree_element_overrides.cc
@@ -373,6 +373,7 @@ void OverrideRNAPathTreeBuilder::ensure_entire_collection(
 {
   AbstractTreeElement *abstract_parent = tree_element_cast<AbstractTreeElement>(&te_to_expand);
   BLI_assert(abstract_parent != nullptr);
+  UNUSED_VARS_NDEBUG(abstract_parent);
 
   TreeElement *previous_te = nullptr;
   int item_idx = 0;



More information about the Bf-blender-cvs mailing list