mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1005 from mattn/remove_warning
Remove compiler warning
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ mrb_alloca_free(mrb_state *mrb)
|
||||
struct alloca_header *p;
|
||||
struct alloca_header *tmp;
|
||||
|
||||
if (mrb == NULL) return NULL;
|
||||
if (mrb == NULL) return;
|
||||
p = mrb->mems;
|
||||
|
||||
while (p) {
|
||||
|
||||
Reference in New Issue
Block a user