Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-05 06:34:26 +0300
committerCampbell Barton <campbell@blender.org>2022-08-05 06:34:26 +0300
commit53c0c3cbd7a6be77c002c0e7fe9a3b19ad34c0d2 (patch)
tree49d4be401c658aebeaeba8c6d2d68225787493a0 /source/blender/depsgraph/intern/builder/deg_builder_relations.cc
parent16ede6584e6824f596e4816e86c0c2ed2236d646 (diff)
Cleanup: spelling, unused arg warning
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_relations.cc')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index b8563c92e58..fc5e5189e82 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -239,7 +239,7 @@ DepsgraphRelationBuilder::DepsgraphRelationBuilder(Main *bmain,
{
}
-TimeSourceNode *DepsgraphRelationBuilder::get_node(const TimeSourceKey &key) const
+TimeSourceNode *DepsgraphRelationBuilder::get_node(const TimeSourceKey & /*key*/) const
{
return graph_->time_source;
}