[Bf-blender-cvs] [ed4f33a7bd3] master: Cleanup: silence unused parameter warning

Jacques Lucke noreply at git.blender.org
Thu Apr 23 20:50:33 CEST 2020


Commit: ed4f33a7bd3ed185f9b863a92673b3319c1890fe
Author: Jacques Lucke
Date:   Thu Apr 23 20:49:42 2020 +0200
Branches: master
https://developer.blender.org/rBed4f33a7bd3ed185f9b863a92673b3319c1890fe

Cleanup: silence unused parameter warning

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

M	source/blender/depsgraph/intern/depsgraph_query_foreach.cc

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

diff --git a/source/blender/depsgraph/intern/depsgraph_query_foreach.cc b/source/blender/depsgraph/intern/depsgraph_query_foreach.cc
index 4882897ad8d..16c86d905ba 100644
--- a/source/blender/depsgraph/intern/depsgraph_query_foreach.cc
+++ b/source/blender/depsgraph/intern/depsgraph_query_foreach.cc
@@ -66,7 +66,7 @@ bool deg_foreach_needs_visit(const OperationNode *op_node, const int flags)
   return true;
 }
 
-void deg_foreach_dependent_operation(const Depsgraph *graph,
+void deg_foreach_dependent_operation(const Depsgraph *UNUSED(graph),
                                      const IDNode *target_id_node,
                                      eDepsObjectComponentType source_component_type,
                                      int flags,



More information about the Bf-blender-cvs mailing list