Lots of mingw/gcc compiler warning fixes

This commit is contained in:
2008-09-27 06:49:10 +00:00
parent 50faaccf2e
commit 98b2c0626a
9 changed files with 12 additions and 22 deletions

View File

@@ -3150,7 +3150,6 @@ static PyObject *Object_copyAllPropertiesTo( BPy_Object * self,
PyObject *dest;
Object *dest_ob;
bProperty *prop = NULL;
bProperty *propn = NULL;
if( !PyArg_ParseTuple( args, "O!", &Object_Type, &dest ) )
return EXPP_ReturnPyObjError( PyExc_TypeError,