2.5: warning fixes

Directories intern/ and source/blender/ now compile warning
free again here with scons/gcc.
This commit is contained in:
2009-08-15 16:36:25 +00:00
parent de330b0d5c
commit 314b14301f
37 changed files with 451 additions and 412 deletions

View File

@@ -168,7 +168,7 @@ void PyObSpit(char *name, PyObject *var) {
}
else {
PyObject_Print(var, stderr, 0);
fprintf(stderr, " ref:%d ", var->ob_refcnt);
fprintf(stderr, " ref:%d ", (int)var->ob_refcnt);
fprintf(stderr, " ptr:%p", (void *)var);
fprintf(stderr, " type:");