code cleanup: compiler warnings

This commit is contained in:
2013-07-21 16:40:34 +00:00
parent 08ef5adb93
commit b8c3efc8c3
3 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ static GHash *id_weakref_pool_get(ID *id)
}
/* called from pyrna_struct_CreatePyObject() and pyrna_prop_CreatePyObject() */
void id_weakref_pool_add(ID *id, BPy_DummyPointerRNA *pyrna)
static void id_weakref_pool_add(ID *id, BPy_DummyPointerRNA *pyrna)
{
PyObject *weakref;
PyObject *weakref_capsule;