[Bf-blender-cvs] [3d1305e] temp-array-modifier: quiet warning

Campbell Barton noreply at git.blender.org
Thu Aug 7 06:10:33 CEST 2014


Commit: 3d1305ed065bbadaa0c7e1e7f1fdc2fb5255ec79
Author: Campbell Barton
Date:   Thu Aug 7 14:10:09 2014 +1000
Branches: temp-array-modifier
https://developer.blender.org/rB3d1305ed065bbadaa0c7e1e7f1fdc2fb5255ec79

quiet warning

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

M	source/blender/modifiers/intern/MOD_array.c

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

diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c
index 5567591..dd9c727 100644
--- a/source/blender/modifiers/intern/MOD_array.c
+++ b/source/blender/modifiers/intern/MOD_array.c
@@ -361,7 +361,7 @@ static void bm_merge_dm_transform(
 static DerivedMesh *arrayModifier_doArray(
         ArrayModifierData *amd,
         Scene *scene, Object *ob, DerivedMesh *dm,
-        ModifierApplyFlag flag)
+        ModifierApplyFlag UNUSED(flag))
 {
 	MVert *mv, *mv_prev, *result_dm_verts, *src_mvert;




More information about the Bf-blender-cvs mailing list