Lots of mingw/gcc compiler warning fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user