You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC src/vm.c -> build/test/src/vm.o
/Users/ksss/src/github.com/ksss/mruby/src/vm.c:1210:11: warning: variable 'ci' is uninitialized when used here [-Wuninitialized]
ci->nregs = bidx+1;
^~
/Users/ksss/src/github.com/ksss/mruby/src/vm.c:1192:23: note: initialize the variable 'ci' to silence this warning
mrb_callinfo *ci;
^
= NULL
1 warning generated.
compile warnings from macOS & clang.
The text was updated successfully, but these errors were encountered: