[Bf-blender-cvs] [f067d8f] mesh-transfer-data: warning

Campbell Barton noreply at git.blender.org
Mon Nov 17 22:05:16 CET 2014


Commit: f067d8f0df87a73bbd55aadea20eb5a9dd2aee0c
Author: Campbell Barton
Date:   Mon Nov 17 22:05:31 2014 +0100
Branches: mesh-transfer-data
https://developer.blender.org/rBf067d8f0df87a73bbd55aadea20eb5a9dd2aee0c

warning

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

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

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

diff --git a/source/blender/blenkernel/intern/deform.c b/source/blender/blenkernel/intern/deform.c
index a49f60d..6420db4 100644
--- a/source/blender/blenkernel/intern/deform.c
+++ b/source/blender/blenkernel/intern/deform.c
@@ -1112,7 +1112,7 @@ static void vgroups_datatransfer_interp(const CustomDataTransferLayerMap *laymap
 
 static bool data_transfer_layersmapping_vgroups_multisrc_to_dst(
         ListBase *r_map, const int mix_mode, const float mix_factor, const float *mix_weights,
-        const int num_elem_dst, const bool use_create,
+        const int UNUSED(num_elem_dst), const bool use_create,
         Object *ob_src, Object *ob_dst, MDeformVert *data_src, MDeformVert *data_dst, const bool UNUSED(dup_dst),
         const int tolayers, bool *use_layers_src, const int num_layers_src)
 {




More information about the Bf-blender-cvs mailing list