Fix various gcc warning, unused variables and incorrect type passed to

*printf functions.
This commit is contained in:
Ken Hughes
2007-03-17 14:46:04 +00:00
parent 8e43b3f950
commit 83e72cc813
4 changed files with 25 additions and 25 deletions

View File

@@ -1306,7 +1306,6 @@ static PyGetSetDef Curve_getseters[] = {
/*****************************************************************************/
static PyObject *M_Curve_New( PyObject * self, PyObject * args )
{
char buf[24];
char *name = "Curve";
BPy_Curve *pycurve; /* for Curve Data object wrapper in Python */
Curve *blcurve = 0; /* for actual Curve Data we create in Blender */