[Bf-blender-cvs] [e6f4183] gooseberry: Extra changes to make strict flags happy

Sergey Sharybin noreply at git.blender.org
Thu Apr 9 12:51:13 CEST 2015


Commit: e6f41832c0649a98e4673c547d61c690660549ae
Author: Sergey Sharybin
Date:   Thu Apr 9 15:49:07 2015 +0500
Branches: gooseberry
https://developer.blender.org/rBe6f41832c0649a98e4673c547d61c690660549ae

Extra changes to make strict flags happy

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

M	source/blender/physics/intern/BPH_mass_spring.cpp

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

diff --git a/source/blender/physics/intern/BPH_mass_spring.cpp b/source/blender/physics/intern/BPH_mass_spring.cpp
index b354674..947cf48 100644
--- a/source/blender/physics/intern/BPH_mass_spring.cpp
+++ b/source/blender/physics/intern/BPH_mass_spring.cpp
@@ -1328,7 +1328,7 @@ static void strands_calc_curve_forces(Strands *strands, float space[4][4], HairS
 }
 
 /* Collect forces and derivatives:  F, dFdX, dFdV */
-static void strands_calc_force(Strands *strands, float space[4][4], HairSimParams *params, Implicit_Data *data, float UNUSED(frame), Scene *scene, ListBase *effectors)
+static void strands_calc_force(Strands *strands, float space[4][4], HairSimParams *params, Implicit_Data *data, float UNUSED(frame), Scene *scene, ListBase * /*effectors*/)
 {
 	unsigned int numverts = strands->totverts;




More information about the Bf-blender-cvs mailing list