Cleanup: quiet strict-prototypes warning with CLANG

This commit is contained in:
2023-03-28 12:14:14 +11:00
parent 1b0816929f
commit bbcfdb844c
12 changed files with 14 additions and 13 deletions

View File

@@ -822,7 +822,7 @@ PyTypeObject BPy_IDPropertyUIManager_Type = {
/*tp_vectorcall*/ NULL,
};
void IDPropertyUIData_Init_Types()
void IDPropertyUIData_Init_Types(void)
{
PyType_Ready(&BPy_IDPropertyUIManager_Type);
}