Upgrade version number to 1.1.2 (#1788)

Upgrade version number to 1.1.2, update RELEASE_NOTES.md and
clear several compile warnings.
This commit is contained in:
Wenyong Huang
2022-12-08 12:21:34 +08:00
parent bfd57558a7
commit 8fa7f1c4cf
4 changed files with 114 additions and 5 deletions

View File

@ -103,5 +103,5 @@ bh_log_proc_mem(const char *function, uint32 line)
{
char prompt[128] = { 0 };
snprintf(prompt, sizeof(prompt), "[MEM] %s(...) L%" PRIu32, function, line);
return bh_print_proc_mem(prompt);
}
bh_print_proc_mem(prompt);
}