Fix compiler warning

This commit is contained in:
Alex Kotov 2022-11-29 00:56:01 +04:00
parent 405149006b
commit 145b4ab224
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void *my_realloc(void *ptr, size_t size)
bool load_module(
const char *const source,
const size_t size,
const char *const cmdline
const char *const cmdline __attribute__((unused))
) {
const int arena = mrb_gc_arena_save(mrb);
const bool status =