From 77e18b81226488abd161c80d4a657fa9d75f212f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 8 Jun 2015 16:03:56 +0200 Subject: Gooseberry: Fix compilation error with strict compiler flags --- source/blender/blenkernel/intern/mesh_sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenkernel/intern/mesh_sample.c b/source/blender/blenkernel/intern/mesh_sample.c index c36d2adde8b..952e3442ccd 100644 --- a/source/blender/blenkernel/intern/mesh_sample.c +++ b/source/blender/blenkernel/intern/mesh_sample.c @@ -99,7 +99,7 @@ bool BKE_mesh_sample_eval(DerivedMesh *dm, const MSurfaceSample *sample, float l return true; } -bool BKE_mesh_sample_shapekey(Key *key, KeyBlock *kb, const MSurfaceSample *sample, float loc[3]) +bool BKE_mesh_sample_shapekey(Key *UNUSED(key), KeyBlock *kb, const MSurfaceSample *sample, float loc[3]) { float *v1, *v2, *v3; -- cgit v1.2.3