Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-30 20:56:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-30 20:56:23 +0400
commit39ca3146ff3b52677cbff4d4e58ca23c88e18628 (patch)
tree24444ce6f02e1cbeda727a2a1c1ae224ad973896 /source/blender/python
parent69a7e0af02a680f188891a3a2bac86b74f2fbd61 (diff)
fix for some build warnings.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/bmesh/bmesh_py_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_ops.c b/source/blender/python/bmesh/bmesh_py_ops.c
index b71f5d9e085..c0ab4abb677 100644
--- a/source/blender/python/bmesh/bmesh_py_ops.c
+++ b/source/blender/python/bmesh/bmesh_py_ops.c
@@ -238,7 +238,7 @@ static PyObject *pyrna_op_call(BPy_BMeshOpFunc *self, PyObject *args, PyObject *
/* keep this last */
else if (PySequence_Check(value)) {
BMElem **elem_array = NULL;
- int elem_array_len;
+ Py_ssize_t elem_array_len;
elem_array = BPy_BMElem_PySeq_As_Array(&bm, value, 0, PY_SSIZE_T_MAX,
&elem_array_len, BM_VERT | BM_EDGE | BM_FACE,