Cleanup: silence unused parameter warning

This commit is contained in:
Jacques Lucke 2020-04-23 20:49:42 +02:00
parent 8f5a4a4da3
commit ed4f33a7bd
1 changed files with 1 additions and 1 deletions

View File

@ -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,