*warnings fixes

- fixes a number of warnings in bpy project
This commit is contained in:
2006-01-03 16:27:34 +00:00
parent 700ff0193b
commit 5233f73589
5 changed files with 9 additions and 6 deletions

View File

@@ -4771,8 +4771,7 @@ static PyObject *Mesh_getFromObject( BPy_Mesh * self, PyObject * args )
char *name;
ID tmpid;
Mesh *tmpmesh;
Curve *tmpcu;
MetaBall *tmpmb;
Curve *tmpcu = NULL;
DispListMesh *dlm;
DerivedMesh *dm;
Object *tmpobj = NULL;