Skip to content

Commit c2c8fbe

Browse files
fix warnings
1 parent b08ef60 commit c2c8fbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Objects/funcobject.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ _PyFunction_LookupByVersion(uint32_t version, PyObject **p_code)
402402
return slot->func;
403403
}
404404
return NULL;
405+
#else
406+
return NULL;
405407
#endif
406408
}
407409

0 commit comments

Comments
 (0)