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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to