[Bf-blender-cvs] [af1d9ecd40] master: Fix strict compiler warning in the previous commit

Sergey Sharybin noreply at git.blender.org
Wed Mar 15 12:48:34 CET 2017


Commit: af1d9ecd40134a2c9af9c1c396e9f67b2ccae455
Author: Sergey Sharybin
Date:   Wed Mar 15 12:48:07 2017 +0100
Branches: master
https://developer.blender.org/rBaf1d9ecd40134a2c9af9c1c396e9f67b2ccae455

Fix strict compiler warning in the previous commit

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

M	source/blender/depsgraph/intern/builder/deg_builder_relations.cc

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

diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index e88a6e7386..c4e20dbece 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -1312,7 +1312,7 @@ void DepsgraphRelationBuilder::build_particles(Scene *scene, Object *ob)
 	// TODO...
 }
 
-void DepsgraphRelationBuilder::build_cloth(Scene *scene,
+void DepsgraphRelationBuilder::build_cloth(Scene * /*scene*/,
                                            Object *object,
                                            ModifierData *md)
 {




More information about the Bf-blender-cvs mailing list