From ed4f33a7bd3ed185f9b863a92673b3319c1890fe Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 23 Apr 2020 20:49:42 +0200 Subject: Cleanup: silence unused parameter warning --- source/blender/depsgraph/intern/depsgraph_query_foreach.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph') 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, -- cgit v1.2.3