Remove gcc compiler warnings from various files.

This commit is contained in:
Ken Hughes
2007-03-11 17:31:27 +00:00
parent e0c77c0f14
commit d60b05254d
6 changed files with 17 additions and 20 deletions

View File

@@ -352,7 +352,6 @@ PyTypeObject Group_Type = {
PyObject *M_Group_New( PyObject * self, PyObject * args )
{
char *name = "Group";
char buf[21];
BPy_Group *py_group; /* for Group Data object wrapper in Python */
struct Group *bl_group;