[Bf-blender-cvs] [757b524] alembic: Alembic: Solve compilation error with strict compiler flags

Sergey Sharybin noreply at git.blender.org
Sat Apr 25 11:13:20 CEST 2015


Commit: 757b5249d4ffd347a1da4dc6ec11206b71cdc54a
Author: Sergey Sharybin
Date:   Sat Apr 25 14:12:33 2015 +0500
Branches: alembic
https://developer.blender.org/rB757b5249d4ffd347a1da4dc6ec11206b71cdc54a

Alembic: Solve compilation error with strict compiler flags

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

M	source/blender/blenkernel/intern/cache_library.c

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

diff --git a/source/blender/blenkernel/intern/cache_library.c b/source/blender/blenkernel/intern/cache_library.c
index 0b9512c..3e12a23 100644
--- a/source/blender/blenkernel/intern/cache_library.c
+++ b/source/blender/blenkernel/intern/cache_library.c
@@ -922,7 +922,7 @@ static bool hairsim_find_data(HairSimCacheModifier *hsmd, DupliCache *dupcache,
 	return true;
 }
 
-static void hairsim_process(HairSimCacheModifier *hsmd, CacheProcessContext *ctx, CacheProcessData *data, int frame, int frame_prev, eCacheLibrary_EvalMode eval_mode)
+static void hairsim_process(HairSimCacheModifier *hsmd, CacheProcessContext *ctx, CacheProcessData *data, int frame, int frame_prev, eCacheLibrary_EvalMode UNUSED(eval_mode))
 {
 #define MAX_CACHE_EFFECTORS 64




More information about the Bf-blender-cvs mailing list