warnings cleanup for the python project on windows

This commit is contained in:
2006-04-24 15:09:07 +00:00
parent 4bfb0e30ec
commit 87949e5c67
7 changed files with 26 additions and 23 deletions

View File

@@ -570,7 +570,7 @@ static int Armature_setLayers(BPy_Armature *self, PyObject *value, void *closure
}
/* update any bases pointing to our object */
self->armature->layer = layers;
self->armature->layer = (short)layers;
return 0;
}