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

@@ -511,7 +511,7 @@ static void count_object(Object *ob, int sel, int totob)
Mesh *me;
Curve *cu;
DerivedMesh *dm;
int tot=0, totf=0, subsurf;
int tot=0, totf=0;
switch(ob->type) {
case OB_MESH: