appease a few compiler warnings (-Wstrict-prototypes) (#4465)

This commit is contained in:
YAMAMOTO Takashi
2025-07-10 09:28:00 +09:00
committed by GitHub
parent d6fc18e197
commit 933e49df18
3 changed files with 4 additions and 4 deletions

View File

@ -4711,7 +4711,7 @@ aot_unload(AOTModule *module)
}
uint32
aot_get_plt_table_size()
aot_get_plt_table_size(void)
{
return get_plt_table_size();
}