[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57095] trunk/blender/source/blender/ editors/object/object_vgroup.c: Correction for strict compiler flags.

Sergey Sharybin sergey.vfx at gmail.com
Tue May 28 22:19:38 CEST 2013


Revision: 57095
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57095
Author:   nazgul
Date:     2013-05-28 20:19:38 +0000 (Tue, 28 May 2013)
Log Message:
-----------
Correction for strict compiler flags.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/object/object_vgroup.c

Modified: trunk/blender/source/blender/editors/object/object_vgroup.c
===================================================================
--- trunk/blender/source/blender/editors/object/object_vgroup.c	2013-05-28 19:42:19 UTC (rev 57094)
+++ trunk/blender/source/blender/editors/object/object_vgroup.c	2013-05-28 20:19:38 UTC (rev 57095)
@@ -1949,7 +1949,7 @@
  * to max_weights regardless of type, otherwise, only limit the number of influencing bones per vertex*/
 static bool vgroup_limit_total_subset(Object *ob,
                                       const bool *vgroup_validmap,
-                                      const int vgroup_tot,
+                                      const int UNUSED(vgroup_tot),
                                       const int subset_count,
                                       const int max_weights)
 {




More information about the Bf-blender-cvs mailing list