Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b4496767543464a95df367a938ce0c6a40f6bd4e/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/moarvm-0.2018.04-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b4496767543464a95df367a938ce0c6a40f6bd4e/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qtXRiz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf MoarVM-2018.04 + /usr/bin/gzip -dc /builddir/build/SOURCES/MoarVM-2018.04.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd MoarVM-2018.04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.POJzHi + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.04 + rm -r 3rdparty/msinttypes 3rdparty/libuv + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + ./Configure.pl --prefix=/usr --libdir=/usr/lib --has-libuv --has-libffi Welcome to MoarVM! Configuring native build environment ................... trying to compile a simple C program ............... YES probing support of -Werror=* ....................... YES Testing pkgconfig .................................. 0.27.1 Adding extra include for libuv: Adding extra include for libffi: Adding extra libs for libffi: -lffi OK probing whether your compiler thinks that it is gcc YES probing how your compiler does static inline ....... static __inline__ your CPU can read unaligned values for only int32 probing the size of pointers ....................... 4 JIT isn't supported on platforms with 4 byte pointers. probing C type support for: _Bool, bool ............ YES: _Bool,bool probing computed goto support ...................... YES probing pthread_yield support ...................... NO probing support of rdtscp intrinsic ................ NO make: make compile: gcc -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard includes: -I3rdparty/libatomicops/src -I3rdparty/libtommath link: gcc -O3 -DNDEBUG -Wl,-z,relro libs: -lffi -lffi -luv -lffi -lm -lpthread -lrt -ldl byte order: little endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/cmp/libcmp.a 3rdparty/libatomicops/src/libatomic_ops.a 3rdparty/libtommath/libtommath.a 3rdparty/sha1/libsha1.a 3rdparty/tinymt/libtinymt.a Generating src/gen/config.c ............................ OK Generating src/gen/config.h ............................ OK Generating Makefile .................................... OK Generating tools/check.mk .............................. OK Generating build/mk-moar-pc.pl ......................... OK Configuration SUCCESS. Type 'make' to build and 'make help' to see a list of available make targets. + make -j4 compiling src/main.o compiling src/core/callsite.o compiling src/core/args.o compiling src/core/exceptions.o In file included from src/moar.h:100:0, from src/main.c:4: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/args.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/callsite.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/exceptions.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/exceptions.c: In function 'handler_can_handle': src/core/exceptions.c:85:57: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint64 block_label = block_has_label ? (MVMuint64)(f->work[fh->label_reg].o) : 0; ^ src/core/exceptions.c:86:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint64 thrown_label = payload ? (MVMuint64)payload : 0; ^ src/core/exceptions.c: In function 'search_frame_handlers_lex': src/core/exceptions.c:189:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] if (fh->category_mask == MVM_EX_INLINE_BOUNDARY) { ^ src/core/exceptions.c:236:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] if (fh->category_mask == MVM_EX_INLINE_BOUNDARY) { ^ src/core/callsite.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/callsite.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/main.c: In function 'main': src/main.c:234:21: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'MVMint64' [-Wformat=] fprintf(stderr, "ERROR: debug server port out of range. We only accept ports above 1024 and below 65535. (got: %lu)\n", port); ^ In file included from src/moar.h:100:0, from src/main.c:4: src/main.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/main.c:4: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/core/exceptions.c:1: src/core/exceptions.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/exceptions.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/core/args.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/args.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/interp.o compiling src/core/threadcontext.o In file included from src/moar.h:100:0, from src/core/interp.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/threadcontext.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/threadcontext.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/threadcontext.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/compunit.o src/core/interp.c: In function 'MVM_interp_run': src/core/interp.c:1936:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] GET_REG(cur_op, 0).i64 = (MVMint64)GET_REG(cur_op, 2).o; ^ In file included from src/moar.h:100:0, from src/core/compunit.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/interp.c:5410:27: warning: unused variable 'idx' [-Wunused-variable] MVMuint16 idx = GET_UI16(cur_op, 2); ^ src/core/interp.c:5752:27: warning: unused variable 'idx' [-Wunused-variable] MVMuint16 idx = GET_UI16(cur_op, 2); ^ src/core/interp.c:5920:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] char *cache = (char *)MVM_BC_get_I64(cur_op, 12); ^ src/core/interp.c:100:5: warning: label 'runloop' defined but not used [-Wunused-label] runloop: { ^ In file included from src/moar.h:100:0, from src/core/interp.c:1: src/core/interp.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/interp.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/core/compunit.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/compunit.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/bytecode.o compiling src/core/frame.o In file included from src/moar.h:100:0, from src/core/bytecode.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/frame.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/bytecode.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/bytecode.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:171:0, from src/core/frame.c:1: src/core/frame.c: At top level: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/callstack.o In file included from src/moar.h:100:0, from src/core/callstack.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/callstack.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/callstack.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/validation.o In file included from src/moar.h:100:0, from src/core/validation.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/validation.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/validation.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/core/validation.c:116:13: warning: 'ensure_no_remaining_args' defined but not used [-Wunused-function] static void ensure_no_remaining_args(Validator *val) { ^ compiling src/core/bytecodedump.o compiling src/core/threads.o In file included from src/moar.h:100:0, from src/core/bytecodedump.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/threads.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/bytecodedump.c: In function 'bytecode_dump_frame_internal': src/core/bytecodedump.c:249:27: warning: unused variable 'num_locals' [-Wunused-variable] MVMuint16 num_locals = frame_has_inlines ? maybe_candidate->num_locals : frame->body.num_locals; ^ src/core/threads.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/threads.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/core/bytecodedump.c:72:21: warning: unused variable 'k' [-Wunused-variable] MVMuint32 i, j, k; ^ In file included from src/moar.h:100:0, from src/core/bytecodedump.c:1: src/core/bytecodedump.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/bytecodedump.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/ops.o In file included from src/moar.h:100:0, from src/core/ops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/interp.c: In function 'MVM_interp_run': src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ In file included from src/moar.h:172:0, from src/core/interp.c:1: src/strings/ops.h:47:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/core/hll.o src/core/ops.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/ops.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/loadbytecode.o In file included from src/moar.h:100:0, from src/core/hll.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/math/num.o src/core/hll.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/hll.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/core/loadbytecode.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/loadbytecode.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/loadbytecode.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/math/num.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/math/num.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/math/num.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/math/grisu.o compiling src/core/coerce.o src/math/grisu.c: In function 'double2diy_fp': src/math/grisu.c:192:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint64_t u64 = CAST_U64(d); ^ src/math/grisu.c: In function 'grisu3': src/math/grisu.c:279:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint64_t u64 = CAST_U64(v); ^ src/math/grisu.c: In function 'dtoa_grisu3': src/math/grisu.c:334:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint64_t u64 = CAST_U64(v); ^ In file included from src/moar.h:100:0, from src/core/coerce.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/coerce.c: In function 'MVM_coerce_n_s': src/core/coerce.c:186:13: warning: unused variable 'i' [-Wunused-variable] int i; ^ compiling src/core/dll.o In file included from src/moar.h:100:0, from src/core/coerce.c:1: src/core/coerce.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/coerce.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/ext.o In file included from src/moar.h:100:0, from src/core/dll.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/ext.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/dll.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/dll.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/core/ext.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/ext.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/nativecall.o In file included from src/moar.h:100:0, from src/core/nativecall.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/nativecall_libffi.o compiling src/core/continuation.o src/core/nativecall.c: In function 'MVM_nativecall_jit_graph_for_caller_code': src/core/nativecall.c:445:17: warning: unused variable 'jitcode' [-Wunused-variable] MVMJitCode *jitcode = NULL; ^ In file included from src/moar.h:100:0, from src/core/nativecall.c:1: src/core/nativecall.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/nativecall.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/core/nativecall_libffi.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/core/continuation.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/nativecall_libffi.c: In function 'unmarshal_callback': src/core/nativecall_libffi.c:114:20: warning: variable 'status' set but not used [-Wunused-but-set-variable] ffi_status status; ^ src/core/nativecall_libffi.c: In function 'callback_handler': src/core/nativecall_libffi.c:215:22: warning: unused variable 'values' [-Wunused-variable] void **values = MVM_malloc(sizeof(void *) * (data->cs->arg_count ? data->cs->arg_count : 1)); ^ src/core/continuation.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ src/core/nativecall_libffi.c: In function 'MVM_nativecall_invoke': In file included from src/moar.h:171:0, from src/core/continuation.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/core/nativecall_libffi.c:751:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (MVMint64)*(void **)*(void **)values[i]); ^ src/core/nativecall_libffi.c:491:16: warning: unused variable 'status' [-Wunused-variable] ffi_status status = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types); ^ In file included from src/moar.h:100:0, from src/core/nativecall_libffi.c:1: src/core/nativecall_libffi.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/nativecall_libffi.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/intcache.o In file included from src/moar.h:100:0, from src/core/intcache.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/intcache.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/intcache.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/core/fixedsizealloc.o compiling src/core/regionalloc.o In file included from src/moar.h:100:0, from src/core/fixedsizealloc.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/fixedsizealloc.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/fixedsizealloc.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/core/regionalloc.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/regionalloc.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/core/regionalloc.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/debug/debugserver.o compiling src/gen/config.o compiling src/gc/orchestrate.o In file included from src/moar.h:100:0, from src/debug/debugserver.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/gen/config.c:9: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/gc/orchestrate.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/debug/debugserver.c: In function 'MVM_debugserver_breakpoint_check': src/debug/debugserver.c:328:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (line_no != tc->step_mode_line_no && tc->step_mode_frame == tc->cur_frame ^ src/debug/debugserver.c:330:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (tc->instance->debugserver->debugspam_protocol) ^ src/debug/debugserver.c: In function 'request_all_threads_suspend': src/debug/debugserver.c:681:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ src/debug/debugserver.c: In function 'request_thread_resumes': src/debug/debugserver.c:697:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "wrong state to resume from: %lu\n", MVM_load(&tc->gc_status)); ^ src/debug/debugserver.c:733:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "success resuming thread; its status is now %lu\n", MVM_load(&tc->gc_status)); ^ src/debug/debugserver.c: In function 'write_stacktrace_frames': src/debug/debugserver.c:784:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "dumping a stack trace of %lu frames\n", stack_size); ^ src/debug/debugserver.c:843:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ src/debug/debugserver.c: In function 'send_thread_info': src/debug/debugserver.c:871:10: warning: unused variable 'infobuf' [-Wunused-variable] char infobuf[32] = "THL"; ^ src/debug/debugserver.c: In function 'send_is_execution_suspended_info': src/debug/debugserver.c:939:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ src/debug/debugserver.c: In function 'MVM_debugserver_add_breakpoint': src/debug/debugserver.c:973:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "asked to set a breakpoint for file %s line %u to send id %lu\n", argument->file, argument->line, argument->id); ^ src/debug/debugserver.c:1008:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "breakpoint settings: index %u bpid %lu lineno %u suspend %u backtrace %u\n", found->breakpoints_used - 1, argument->id, argument->line, argument->suspend, argument->stacktrace); ^ src/debug/debugserver.c: In function 'MVM_debugserver_clear_breakpoint': src/debug/debugserver.c:1068:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "breakpoint index %u has id %lu, is at line %u\n", bpidx, bp_info->breakpoint_id, bp_info->line_no); ^ src/debug/debugserver.c:1077:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "breakpoint index %u has id %lu, is at line %u\n", bpidx, bp_info->breakpoint_id, bp_info->line_no); ^ src/debug/debugserver.c:1081:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "breakpoint with id %ld cleared\n", bp_info->breakpoint_id); ^ src/debug/debugserver.c: In function 'create_context_or_code_obj_debug_handle': src/debug/debugserver.c:1188:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %lu)\n", to_do->body.tc->gc_status); ^ src/debug/debugserver.c: In function 'request_context_lexicals': src/debug/debugserver.c:1287:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "will write %lu lexicals\n", lexcount); ^ src/debug/debugserver.c:1298:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'MVMuint64' [-Wformat=] sprintf(c_key_name, "", lexical_index); ^ src/debug/debugserver.c: In function 'request_object_attributes': src/debug/debugserver.c:1432:26: warning: unused variable 'i' [-Wunused-variable] MVMint16 i; ^ src/gc/orchestrate.c: In function 'MVM_gc_enter_from_allocator': src/gc/orchestrate.c:427:20: warning: unused variable 'last_starter' [-Wunused-variable] MVMThread *last_starter = NULL; ^ src/gen/config.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gen/config.c:9: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/debug/debugserver.c: In function 'request_object_metadata': src/debug/debugserver.c:1614:18: warning: unused variable 'vm' [-Wunused-variable] MVMInstance *vm = dtc->instance; ^ src/debug/debugserver.c: In function 'request_object_positionals': src/debug/debugserver.c:1940:14: warning: unused variable 'slots' [-Wunused-variable] MVMint64 slots; ^ src/gc/orchestrate.c: In function 'MVM_gc_enter_from_interrupt': src/gc/orchestrate.c:553:10: warning: unused variable 'curr' [-Wunused-variable] AO_t curr; ^ src/debug/debugserver.c: In function 'socket_reader': src/debug/debugserver.c:2086:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "asked to read %lu bytes\n", limit); ^ src/debug/debugserver.c:2098:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "%lu ", read); ^ src/debug/debugserver.c:2104:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "... recv received %lu bytes\n", total_read); ^ src/debug/debugserver.c: In function 'socket_writer': src/debug/debugserver.c:2120:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "asked to send %3lu bytes: ", limit); ^ src/debug/debugserver.c:2132:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "%2lu ", sent); ^ src/debug/debugserver.c:2137:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' [-Wformat=] fprintf(stderr, "... send sent %3lu bytes\n", total_sent); ^ In file included from src/moar.h:100:0, from src/gc/orchestrate.c:1: src/gc/orchestrate.c: At top level: src/debug/debugserver.c:2118:15: warning: unused variable 'orig_data' [-Wunused-variable] MVMuint8 *orig_data = (MVMuint8 *)data; ^ src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/orchestrate.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/debug/debugserver.c:2115:12: warning: unused variable 'idx' [-Wunused-variable] size_t idx; ^ src/debug/debugserver.c: In function 'parse_message_map': src/debug/debugserver.c:2255:13: warning: pointer targets in passing argument 2 of 'is_valid_int' differ in signedness [-Wpointer-sign] CHECK(is_valid_int(&object, &result), "Couldn't read integer value for a key"); ^ src/debug/debugserver.c:2141:13: note: expected 'MVMint64 *' but argument is of type 'MVMuint64 *' static bool is_valid_int(cmp_object_t *obj, MVMint64 *result) { ^ src/debug/debugserver.c:2314:17: warning: pointer targets in passing argument 2 of 'is_valid_int' differ in signedness [-Wpointer-sign] CHECK(is_valid_int(&object, &result), "Couldn't read integer value for a key"); ^ src/debug/debugserver.c:2141:13: note: expected 'MVMint64 *' but argument is of type 'MVMuint64 *' static bool is_valid_int(cmp_object_t *obj, MVMint64 *result) { ^ src/debug/debugserver.c: In function 'debugserver_worker': src/debug/debugserver.c:2341:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] snprintf(portstr, 16, "%lu", port); ^ src/debug/debugserver.c:2341:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] src/debug/debugserver.c:2339:13: warning: unused variable 'error' [-Wunused-variable] int error; ^ src/debug/debugserver.c:2416:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'MVMuint64' [-Wformat=] fprintf(stderr, "debugserver received packet %lu, command %u\n", argument.id, argument.type); ^ src/debug/debugserver.c:2368:15: warning: unused variable 'buffer' [-Wunused-variable] char *buffer[32]; ^ src/debug/debugserver.c:2367:13: warning: unused variable 'len' [-Wunused-variable] int len; ^ src/debug/debugserver.c:2329:14: warning: unused variable 'command_serial' [-Wunused-variable] MVMint32 command_serial; ^ src/debug/debugserver.c: In function 'MVM_debugserver_init': src/debug/debugserver.c:2539:9: warning: unused variable 'threadCreateError' [-Wunused-variable] int threadCreateError; ^ In file included from src/moar.h:100:0, from src/debug/debugserver.c:1: src/debug/debugserver.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/debug/debugserver.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/debug/debugserver.c: In function 'check_requirements': src/debug/debugserver.c:424:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ src/debug/debugserver.c: In function 'request_object_associatives': src/debug/debugserver.c:2076:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ compiling src/gc/allocation.o In file included from src/moar.h:100:0, from src/gc/allocation.c:6: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/allocation.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/allocation.c:6: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/gc/worklist.o In file included from src/moar.h:100:0, from src/gc/worklist.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/worklist.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/worklist.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/gc/roots.o In file included from src/moar.h:100:0, from src/gc/roots.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/roots.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/roots.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/gc/collect.o In file included from src/moar.h:100:0, from src/gc/collect.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/collect.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/collect.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/gc/gen2.o In file included from src/moar.h:100:0, from src/gc/gen2.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/gen2.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/gen2.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/gc/wb.o compiling src/gc/objectid.o In file included from src/moar.h:100:0, from src/gc/wb.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/wb.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/wb.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/gc/objectid.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gc/finalize.o src/gc/objectid.c: In function 'MVM_gc_object_id': src/gc/objectid.c:11:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = (MVMuint64)obj; ^ src/gc/objectid.c:33:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = (MVMuint64)entry->gen2_addr; ^ In file included from src/moar.h:100:0, from src/gc/objectid.c:1: src/gc/objectid.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/objectid.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/gc/finalize.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/finalize.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/finalize.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/gc/debug.o compiling src/io/io.o compiling src/io/eventloop.o In file included from src/moar.h:100:0, from src/gc/debug.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/io/io.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/io/eventloop.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/debug.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/gc/debug.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/io/syncfile.o src/io/io.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/io.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/io/eventloop.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/eventloop.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/io/syncsocket.o In file included from src/moar.h:100:0, from src/io/syncfile.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/syncfile.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/syncfile.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/io/syncsocket.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/fileops.o src/io/syncsocket.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/syncsocket.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/io/fileops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/dirops.o compiling src/io/procops.o src/io/fileops.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/fileops.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/io/timers.o In file included from src/moar.h:100:0, from src/io/dirops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/io/procops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/dirops.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/dirops.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/io/timers.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/procops.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/procops.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/io/procops.c:4:0: src/bithacks.h:1:18: warning: 'MVM_bithacks_count_bits' defined but not used [-Wunused-function] static MVMuint32 MVM_bithacks_count_bits(MVMuint64 value) { ^ src/bithacks.h:10:12: warning: 'MVM_bithacks_is_pow2z' defined but not used [-Wunused-function] static int MVM_bithacks_is_pow2z(MVMuint64 value) ^ compiling src/io/filewatchers.o src/io/timers.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/timers.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/io/signals.o compiling src/io/asyncsocket.o In file included from src/moar.h:100:0, from src/io/filewatchers.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/io/signals.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/filewatchers.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/filewatchers.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/io/procops.c: In function 'write_setup': src/io/procops.c:273:64: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMString *msg_str = MVM_string_ascii_decode_nt(tc, ^ src/io/signals.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/signals.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/io/signals.c:110:3: warning: 'MVM_sig_names' defined but not used [-Wunused-variable] } MVM_sig_names; ^ In file included from src/moar.h:100:0, from src/io/asyncsocket.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/asyncsocketudp.o src/io/asyncsocket.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/asyncsocket.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs.o In file included from src/moar.h:100:0, from src/io/asyncsocketudp.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/asyncsocketudp.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/io/asyncsocketudp.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprconv.o In file included from src/moar.h:100:0, from src/6model/reprconv.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprconv.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprconv.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/containers.o compiling src/6model/parametric.o compiling src/6model/reprs/MVMString.o In file included from src/moar.h:100:0, from src/6model/containers.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/parametric.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMString.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/containers.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/containers.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/parametric.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/parametric.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MVMString.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMString.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o In file included from src/moar.h:100:0, from src/6model/reprs/VMArray.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMHash.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:171:0, from src/6model/reprs/VMArray.c:1: src/6model/reprs/VMArray.c: At top level: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MVMHash.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMHash.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMCFunction.o compiling src/6model/reprs/KnowHOWREPR.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMCFunction.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMCFunction.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMCFunction.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/KnowHOWREPR.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/KnowHOWAttributeREPR.o src/6model/reprs/KnowHOWREPR.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/KnowHOWREPR.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/KnowHOWAttributeREPR.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/P6str.o src/6model/reprs/KnowHOWAttributeREPR.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/KnowHOWAttributeREPR.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/P6opaque.o In file included from src/moar.h:100:0, from src/6model/reprs/P6str.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMCode.o src/6model/reprs/P6str.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/P6str.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMOSHandle.o In file included from src/moar.h:100:0, from src/6model/reprs/P6opaque.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMCompUnit.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMCode.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/P6opaque.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/P6opaque.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MVMCode.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMCode.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/P6opaque.c: In function 'attribute_as_atomic': src/6model/reprs/P6opaque.c:456:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMOSHandle.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMCompUnit.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMOSHandle.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMOSHandle.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MVMCompUnit.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMCompUnit.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMStaticFrame.o compiling src/6model/reprs/P6int.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMStaticFrame.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/P6num.o In file included from src/moar.h:100:0, from src/6model/reprs/P6int.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMStaticFrame.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMStaticFrame.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/P6int.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/P6int.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/P6num.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/P6num.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/P6num.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/Uninstantiable.o compiling src/6model/reprs/HashAttrStore.o In file included from src/moar.h:100:0, from src/6model/reprs/Uninstantiable.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/Uninstantiable.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/Uninstantiable.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/HashAttrStore.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMThread.o src/6model/reprs/HashAttrStore.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/HashAttrStore.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMIter.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMThread.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMIter.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMThread.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMThread.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMIter.c:1: src/6model/reprs/MVMIter.c: At top level: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMContext.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMContext.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/SCRef.o src/6model/reprs/MVMContext.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMContext.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMCallCapture.o compiling src/6model/reprs/P6bigint.o In file included from src/moar.h:100:0, from src/6model/reprs/SCRef.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/SCRef.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/SCRef.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/NFA.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMCallCapture.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/P6bigint.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMCallCapture.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMCallCapture.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/P6bigint.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/P6bigint.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/NFA.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMException.o src/6model/reprs/NFA.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/NFA.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMDLLSym.o compiling src/6model/reprs/MVMMultiCache.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMException.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMDLLSym.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMException.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMException.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMMultiCache.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMDLLSym.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMDLLSym.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMContinuation.o src/6model/reprs/MVMMultiCache.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMMultiCache.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/NativeCall.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMContinuation.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/NativeCall.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMContinuation.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMContinuation.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/NativeCall.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/NativeCall.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MVMMultiCache.c: In function 'MVM_multi_cache_find_spesh': src/6model/reprs/MVMMultiCache.c:507:20: warning: 'is_conc' may be used uninitialized in this function [-Wmaybe-uninitialized] if (is_conc == need_concrete) { ^ src/6model/reprs/MVMMultiCache.c:505:47: warning: 'known_type_st' may be used uninitialized in this function [-Wmaybe-uninitialized] if (known_type_st && known_type_st->type_cache_id == type_id) { ^ compiling src/6model/reprs/CPointer.o compiling src/6model/reprs/CStr.o compiling src/6model/reprs/CArray.o In file included from src/moar.h:100:0, from src/6model/reprs/CPointer.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/CStr.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/CArray.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/CPointer.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/CPointer.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/CStr.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/CStr.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/CArray.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/CArray.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/CStruct.o compiling src/6model/reprs/CUnion.o In file included from src/moar.h:100:0, from src/6model/reprs/CStruct.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/CUnion.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:171:0, from src/6model/reprs/CStruct.c:1: src/6model/reprs/CStruct.c: At top level: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/CUnion.c: In function 'copy_to': src/6model/reprs/CUnion.c:356:20: warning: unused variable 'dest_body' [-Wunused-variable] MVMCUnionBody *dest_body = (MVMCUnionBody *)dest; ^ src/6model/reprs/CUnion.c:355:20: warning: unused variable 'src_body' [-Wunused-variable] MVMCUnionBody *src_body = (MVMCUnionBody *)src; ^ src/6model/reprs/CUnion.c:354:25: warning: unused variable 'repr_data' [-Wunused-variable] MVMCUnionREPRData * repr_data = (MVMCUnionREPRData *) st->REPR_data; ^ In file included from src/moar.h:100:0, from src/6model/reprs/CUnion.c:1: src/6model/reprs/CUnion.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/CUnion.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/CUnion.c:251:17: warning: 'get_int_at_offset' defined but not used [-Wunused-function] static MVMint32 get_int_at_offset(void *data, MVMint32 offset) { ^ src/6model/reprs/CUnion.c:257:13: warning: 'set_int_at_offset' defined but not used [-Wunused-function] static void set_int_at_offset(void *data, MVMint32 offset, MVMint32 value) { ^ src/6model/reprs/CUnion.c:263:17: warning: 'get_num_at_offset' defined but not used [-Wunused-function] static MVMnum32 get_num_at_offset(void *data, MVMint32 offset) { ^ src/6model/reprs/CUnion.c:269:13: warning: 'set_num_at_offset' defined but not used [-Wunused-function] static void set_num_at_offset(void *data, MVMint32 offset, MVMnum32 value) { ^ compiling src/6model/reprs/ReentrantMutex.o In file included from src/moar.h:100:0, from src/6model/reprs/ReentrantMutex.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/ReentrantMutex.c: In function 'MVM_reentrantmutex_lock': src/6model/reprs/ReentrantMutex.c:127:18: warning: unused variable 'interval_id' [-Wunused-variable] unsigned int interval_id; ^ In file included from src/moar.h:100:0, from src/6model/reprs/ReentrantMutex.c:1: src/6model/reprs/ReentrantMutex.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/ReentrantMutex.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/ConditionVariable.o In file included from src/moar.h:100:0, from src/6model/reprs/ConditionVariable.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/Semaphore.o src/6model/reprs/ConditionVariable.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/ConditionVariable.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/ConcBlockingQueue.o In file included from src/moar.h:100:0, from src/6model/reprs/Semaphore.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMAsyncTask.o compiling src/6model/reprs/MVMNull.o src/6model/reprs/Semaphore.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/Semaphore.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/ConcBlockingQueue.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/ConcBlockingQueue.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/ConcBlockingQueue.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/CPPStruct.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMAsyncTask.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MVMNull.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMAsyncTask.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMAsyncTask.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MVMNull.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMNull.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/CPPStruct.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/NativeRef.o compiling src/6model/reprs/MultiDimArray.o compiling src/6model/reprs/Decoder.o src/6model/reprs/CPPStruct.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/CPPStruct.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/reprs/NativeRef.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/MultiDimArray.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/reprs/Decoder.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/NativeRef.c: In function 'spesh': src/6model/reprs/NativeRef.c:146:28: warning: unused variable 'opcode' [-Wunused-variable] MVMuint16 opcode = ins->info->opcode; ^ In file included from src/moar.h:100:0, from src/6model/reprs/NativeRef.c:1: src/6model/reprs/NativeRef.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/NativeRef.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/Decoder.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/Decoder.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/reprs/MultiDimArray.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MultiDimArray.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/reprs/MVMSpeshLog.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMSpeshLog.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMStaticFrameSpesh.o src/6model/reprs/MVMSpeshLog.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMSpeshLog.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/6model/6model.o compiling src/6model/bootstrap.o compiling src/6model/sc.o In file included from src/moar.h:100:0, from src/6model/reprs/MVMStaticFrameSpesh.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/6model/6model.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/MVMStaticFrameSpesh.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/reprs/MVMStaticFrameSpesh.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/bootstrap.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/6model.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/6model.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/sc.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/bootstrap.c: In function 'attributes': src/6model/bootstrap.c:224:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] MVMObject *self, *type_obj, *member; \ ^ src/6model/bootstrap.c:238:1: note: in expansion of macro 'introspect_member' introspect_member(attributes, MVM_args_set_result_obj, attributes) ^ src/6model/bootstrap.c: In function 'methods': src/6model/bootstrap.c:224:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] MVMObject *self, *type_obj, *member; \ ^ src/6model/bootstrap.c:241:1: note: in expansion of macro 'introspect_member' introspect_member(methods, MVM_args_set_result_obj, methods) ^ src/6model/bootstrap.c: In function 'name': src/6model/bootstrap.c:224:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] MVMObject *self, *type_obj, *member; \ ^ src/6model/bootstrap.c:244:1: note: in expansion of macro 'introspect_member' introspect_member(name, MVM_args_set_result_str, (MVMString *)name) ^ src/6model/sc.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/6model/sc.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/bootstrap.c:1: src/6model/bootstrap.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ compiling src/6model/serialization.o In file included from src/moar.h:171:0, from src/6model/bootstrap.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/6model/serialization.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:171:0, from src/6model/serialization.c:1: src/6model/serialization.c: At top level: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/6model/serialization.c: In function 'get_serialized_context_idx': src/6model/serialization.c:603:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ compiling src/mast/compiler.o In file included from src/moar.h:100:0, from src/mast/compiler.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/mast/compiler.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/mast/compiler.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/mast/driver.o In file included from src/moar.h:100:0, from src/mast/driver.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/mast/driver.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/mast/driver.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/spesh/dump.o In file included from src/moar.h:100:0, from src/spesh/dump.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/dump.c: In function 'dump_facts': src/spesh/dump.c:347:78: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (flags || g->facts[i][j].dead_writer || g->facts[i][j].writer && g->facts[i][j].writer->info->opcode == MVM_SSA_PHI) { ^ In file included from src/moar.h:100:0, from src/spesh/dump.c:1: src/spesh/dump.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/dump.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/spesh/dump.c:21:15: warning: 'tell_ds' defined but not used [-Wunused-function] static size_t tell_ds(DumpStr *ds) { ^ src/spesh/dump.c:25:13: warning: 'rewind_ds' defined but not used [-Wunused-function] static void rewind_ds(DumpStr *ds, size_t target) { ^ compiling src/spesh/graph.o src/spesh/dump.c: In function 'MVM_spesh_dump': src/spesh/dump.c:138:28: warning: 'line_number' may be used uninitialized in this function [-Wmaybe-uninitialized] appendf(ds, " [Annotation: INS Deopt OSR (idx %d -> pc %d); line %d]\n", ^ src/spesh/dump.c:87:19: note: 'line_number' was declared here MVMuint32 line_number; ^ In file included from src/moar.h:100:0, from src/spesh/graph.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/graph.c: In function 'build_cfg': src/spesh/graph.c:140:18: warning: unused variable 'lineno_ann_offs' [-Wunused-variable] MVMuint32 lineno_ann_offs = 0; ^ In file included from src/moar.h:100:0, from src/spesh/graph.c:1: src/spesh/graph.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/graph.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/mast/compiler.c: In function 'MVM_mast_compile': src/strings/iter.h:178:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/mast/compiler.c:1345:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/spesh/codegen.o In file included from src/moar.h:100:0, from src/spesh/codegen.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/candidate.o src/spesh/codegen.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/codegen.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/candidate.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/candidate.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/candidate.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/spesh/candidate.c: In function 'MVM_spesh_candidate_add': src/spesh/candidate.c:68:32: warning: 'start_time' may be used uninitialized in this function [-Wmaybe-uninitialized] (int)((uv_hrtime() - start_time) / 1000)); ^ compiling src/spesh/manipulate.o compiling src/spesh/args.o compiling src/spesh/facts.o In file included from src/moar.h:100:0, from src/spesh/manipulate.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/spesh/args.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/manipulate.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/manipulate.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/spesh/args.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/args.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/facts.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/optimize.o src/spesh/facts.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/facts.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/optimize.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/dead_bb_elimination.o src/spesh/optimize.c: In function 'optimize_unbox': src/spesh/optimize.c:714:22: warning: unused variable 'orig_operand_type' [-Wunused-variable] MVMuint8 orig_operand_type = cur->info->operands[1] & MVM_operand_type_mask; ^ src/spesh/optimize.c: In function 'find_deopt_target': src/spesh/optimize.c:1262:15: warning: unused variable 'deopt_target' [-Wunused-variable] MVMuint32 deopt_target; ^ src/spesh/optimize.c: In function 'check_and_tweak_arg_guards': src/spesh/optimize.c:1414:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] && !(arg_facts->flags & MVM_SPESH_FACT_CONCRETE) || ^ src/spesh/optimize.c:1416:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] && !(arg_facts->flags & MVM_SPESH_FACT_TYPEOBJ); ^ src/spesh/optimize.c: In function 'optimize_coverage_log': src/spesh/optimize.c:1765:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] char *cache = (char *)ins->operands[3].lit_i64; ^ In file included from src/moar.h:100:0, from src/spesh/optimize.c:1: src/spesh/optimize.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/optimize.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/dead_bb_elimination.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/dead_bb_elimination.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/dead_bb_elimination.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/spesh/deopt.o compiling src/spesh/log.o In file included from src/moar.h:100:0, from src/spesh/deopt.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/threshold.o src/spesh/deopt.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/deopt.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/log.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/deopt.c: In function 'uninline': src/spesh/deopt.c:70:33: warning: 'last_return_deopt_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] cand->deopts[2 * last_return_deopt_idx]; ^ src/spesh/deopt.c:74:20: warning: 'last_res_type' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last_res_type == MVM_RETURN_VOID) ^ src/spesh/deopt.c:77:49: warning: 'last_res_reg' may be used uninitialized in this function [-Wmaybe-uninitialized] uf->return_value = uf->work + last_res_reg; ^ In file included from src/moar.h:100:0, from src/spesh/threshold.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/log.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/log.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/spesh/threshold.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/threshold.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/spesh/inline.o compiling src/spesh/osr.o compiling src/spesh/lookup.o In file included from src/moar.h:100:0, from src/spesh/inline.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/spesh/osr.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/inline.c: In function 'merge_graph': src/spesh/inline.c:636:5: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] inliner->handlers[*inline_boundary_handler].category_mask = MVM_EX_INLINE_BOUNDARY; ^ In file included from src/moar.h:100:0, from src/spesh/inline.c:1: src/spesh/inline.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/inline.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/lookup.c:9: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/osr.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/osr.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/spesh/lookup.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/lookup.c:9: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/spesh/iterator.o compiling src/spesh/worker.o In file included from src/moar.h:100:0, from src/spesh/iterator.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/spesh/worker.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/iterator.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/iterator.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/spesh/worker.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/worker.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/spesh/stats.o src/spesh/worker.c: In function 'worker': src/spesh/worker.c:29:40: warning: 'start_time' may be used uninitialized in this function [-Wmaybe-uninitialized] (int)((uv_hrtime() - start_time) / 1000)); ^ compiling src/spesh/plan.o In file included from src/moar.h:100:0, from src/spesh/stats.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/arg_guard.o src/spesh/stats.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/stats.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/spesh/plan.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/spesh/arg_guard.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/plan.c: In function 'plan_for_cs': src/spesh/plan.c:86:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (unaccounted_hits && unaccounted_hits >= MVM_spesh_threshold(tc, sf) || ^ In file included from src/moar.h:100:0, from src/spesh/plan.c:1: src/spesh/plan.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/plan.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/strings/decode_stream.o src/spesh/arg_guard.c: In function 'MVM_spesh_arg_guard_gc_mark': src/spesh/arg_guard.c:534:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CALLSITE' not handled in switch [-Wswitch] switch (ag->nodes[i].op) { ^ src/spesh/arg_guard.c:534:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_LOAD_ARG' not handled in switch [-Wswitch] src/spesh/arg_guard.c:534:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_VALUE' not handled in switch [-Wswitch] src/spesh/arg_guard.c:534:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_RW' not handled in switch [-Wswitch] src/spesh/arg_guard.c:534:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CERTAIN_RESULT' not handled in switch [-Wswitch] src/spesh/arg_guard.c:534:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_RESULT' not handled in switch [-Wswitch] src/spesh/arg_guard.c: In function 'MVM_spesh_arg_guard_gc_describe': src/spesh/arg_guard.c:549:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CALLSITE' not handled in switch [-Wswitch] switch (ag->nodes[i].op) { ^ src/spesh/arg_guard.c:549:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_LOAD_ARG' not handled in switch [-Wswitch] src/spesh/arg_guard.c:549:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_VALUE' not handled in switch [-Wswitch] src/spesh/arg_guard.c:549:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_RW' not handled in switch [-Wswitch] src/spesh/arg_guard.c:549:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CERTAIN_RESULT' not handled in switch [-Wswitch] src/spesh/arg_guard.c:549:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_RESULT' not handled in switch [-Wswitch] In file included from src/moar.h:100:0, from src/spesh/arg_guard.c:1: src/spesh/arg_guard.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/spesh/arg_guard.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/strings/decode_stream.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/ascii.o src/strings/decode_stream.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/decode_stream.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/strings/ascii.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/parse_num.o src/strings/ascii.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/ascii.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/ascii.c: In function 'MVM_string_ascii_encode_substr': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ascii.c:165:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:100:0, from src/strings/parse_num.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/utf8.o src/strings/parse_num.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/parse_num.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/parse_num.c: In function 'parse_simple_number': src/strings/parse_num.c:265:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ src/strings/decode_stream.c: In function 'MVM_string_decode_stream_sep_from_strings': src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/decode_stream.c:642:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/strings/utf8_c8.o compiling src/strings/nfg.o In file included from src/moar.h:100:0, from src/strings/utf8.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/strings/utf8_c8.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/utf8.c: In function 'MVM_string_utf8_decodestream': src/strings/utf8.c:434:43: warning: suggest parentheses around '&&' within '||' [-Wparentheses] stopper_chars && *stopper_chars == total) { ^ src/strings/utf8.c:494:47: warning: suggest parentheses around '&&' within '||' [-Wparentheses] stopper_chars && *stopper_chars == total) { ^ In file included from src/moar.h:100:0, from src/strings/utf8.c:1: src/strings/utf8.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/utf8.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/utf8_c8.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/utf8_c8.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/utf8_c8.c:128:13: warning: 'ensure_buffer' defined but not used [-Wunused-function] static void ensure_buffer(MVMGrapheme32 **buffer, MVMint32 *bufsize, MVMint32 needed) { ^ In file included from src/moar.h:100:0, from src/strings/nfg.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/ops.o src/strings/nfg.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/nfg.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/strings/ops.c:2: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decode': src/strings/utf8_c8.c:384:28: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] if (min_expected_codepoint <= state.cur_codepoint && in_range(state.cur_codepoint)) ^ src/strings/utf8.c: In function 'MVM_string_utf8_decodestream': src/strings/utf8.c:520:39: warning: 'lag_last_accept_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] MVM_string_decodestream_discard_to(tc, ds, last_accept_bytes, last_accept_pos); ^ src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decodestream': src/strings/utf8_c8.c:522:32: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] if (state.cur_codepoint >= min_expected_codepoint) ^ src/strings/ops.c: In function 'iterate_gi_into_string': src/strings/ops.c:253:9: warning: unused variable 'result_pos' [-Wunused-variable] int result_pos = 0; ^ src/strings/ops.c: In function 'MVM_string_print': src/strings/ops.c:1119:18: warning: unused variable 'handle' [-Wunused-variable] MVMOSHandle *handle = (MVMOSHandle *)tc->instance->stdout_handle; ^ src/strings/ops.c: In function 'string_equal_at_ignore_case': src/strings/ops.c:1236:20: warning: unused variable 'n_graphs' [-Wunused-variable] MVMStringIndex n_graphs = MVM_string_graphs(tc, needle); ^ src/strings/ops.c: In function 'string_index_ignore_case': src/strings/ops.c:1351:14: warning: unused variable 'return_val' [-Wunused-variable] MVMint64 return_val = -1; ^ src/strings/ops.c: In function 'MVM_string_ord_basechar_at': src/strings/ops.c:1428:14: warning: unused variable 'ready' [-Wunused-variable] MVMint32 ready; ^ In file included from src/moar.h:100:0, from src/strings/ops.c:2: src/strings/ops.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/utf8_c8.c:1: src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_encode_substr': src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf8_c8.c:645:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:171:0, from src/strings/utf8.c:1: src/strings/utf8.c: In function 'MVM_string_utf8_encode_substr': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf8.c:531:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ generating src/strings/unicode.c compiling src/strings/normalize.o compiling src/strings/latin1.o compiling src/strings/utf16.o In file included from src/moar.h:100:0, from src/strings/normalize.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/strings/latin1.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/strings/utf16.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/normalize.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/normalize.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/normalize.c:335:17: warning: 'ccc_old' defined but not used [-Wunused-function] static MVMint64 ccc_old(MVMThreadContext *tc, MVMCodepoint cp) { ^ src/strings/normalize.c:510:17: warning: 'maybe_hangul' defined but not used [-Wunused-function] static MVMint32 maybe_hangul(MVMCodepoint cp) { ^ src/strings/normalize.c:513:17: warning: 'is_grapheme_extend' defined but not used [-Wunused-function] static MVMint32 is_grapheme_extend(MVMThreadContext *tc, MVMCodepoint cp) { ^ src/strings/latin1.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/latin1.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/utf16.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/utf16.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/latin1.c: In function 'MVM_string_latin1_encode_substr': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/latin1.c:174:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ src/strings/utf16.c: In function 'MVM_string_utf16_encode_substr': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf16.c:108:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ compiling src/strings/windows1252.o compiling src/strings/shiftjis.o In file included from src/moar.h:100:0, from src/strings/windows1252.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/strings/shiftjis.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/windows1252.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/windows1252.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:171:0, from src/strings/normalize.c:1: src/strings/normalize.c: In function 'MVM_unicode_string_to_codepoints': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/normalize.c:148:23: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ src/strings/shiftjis.c: In function 'MVM_string_shiftjis_decode': src/strings/shiftjis.c:192:36: warning: unused variable 'additional_bytes' [-Wunused-variable] size_t pos = 0, result_graphs, additional_bytes = 0; ^ In file included from src/moar.h:100:0, from src/strings/shiftjis.c:1: src/strings/shiftjis.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/shiftjis.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/ops.c: In function 're_nfg': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:431:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ compiling src/strings/shiftjis_codeindex.o In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'do_case_change': src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1515:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:100:0, from src/strings/shiftjis_codeindex.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/windows1252.c: In function 'MVM_string_windows125X_encode_substr': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/windows1252.c:598:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ src/strings/shiftjis_codeindex.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/shiftjis_codeindex.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/strings/shiftjis_codeindex.c:2:0: src/strings/shiftjis_codeindex.h:598:17: warning: 'shift_jis_cp_to_index' defined but not used [-Wunused-function] static MVMint16 shift_jis_cp_to_index (MVMThreadContext *tc, MVMGrapheme32 codepoint) { ^ compiling src/math/bigintops.o compiling src/profiler/instrument.o In file included from src/moar.h:100:0, from src/math/bigintops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/profiler/instrument.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/profiler/instrument.c: In function 'dump_call_graph_node': src/profiler/instrument.c:366:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] box_i(tc, (MVMint64)pcn->sf)); ^ src/profiler/instrument.c:382:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] box_i(tc, (MVMint64)pcn->native_target_name)); ^ src/profiler/instrument.c:443:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVM_repr_bind_key_o(tc, alloc_info, pds->id, box_i(tc, (MVMint64)type)); ^ In file included from src/moar.h:100:0, from src/profiler/instrument.c:1: src/profiler/instrument.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/profiler/instrument.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/math/bigintops.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/math/bigintops.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/profiler/log.o In file included from src/moar.h:100:0, from src/profiler/log.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_index_of_grapheme': src/strings/iter.h:178:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:1494:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/profiler/log.c: In function 'MVM_profile_log_allocated': src/profiler/log.c:230:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint32 distance = ((MVMuint64)tc->nursery_alloc - (MVMuint64)obj); ^ src/profiler/log.c:230:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint32 distance = ((MVMuint64)tc->nursery_alloc - (MVMuint64)obj); ^ src/profiler/log.c:238:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((MVMuint64)obj > (MVMuint64)tc->nursery_tospace && distance <= obj->header.size && obj != ptd->last_counted_allocation) { ^ src/profiler/log.c:238:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((MVMuint64)obj > (MVMuint64)tc->nursery_tospace && distance <= obj->header.size && obj != ptd->last_counted_allocation) { ^ In file included from src/moar.h:100:0, from src/profiler/log.c:1: src/profiler/log.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/profiler/log.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/profiler/profile.o In file included from src/moar.h:100:0, from src/profiler/profile.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/profiler/profile.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/profiler/profile.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/profiler/heapsnapshot.o compiling src/profiler/telemeh.o In file included from src/moar.h:100:0, from src/profiler/heapsnapshot.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/profiler/heapsnapshot.c: In function 'references_to_filehandle': src/profiler/heapsnapshot.c:852:22: warning: unused variable 'descr8' [-Wunused-variable] MVMuint8 descr8, kind8, index8; ^ In file included from src/moar.h:100:0, from src/profiler/heapsnapshot.c:1: src/profiler/heapsnapshot.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/profiler/heapsnapshot.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ In file included from src/moar.h:100:0, from src/profiler/telemeh.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/profiler/heapsnapshot.c:154:13: warning: 'add_reference_cstr' defined but not used [-Wunused-function] static void add_reference_cstr(MVMThreadContext *tc, MVMHeapSnapshotState *ss, ^ src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/profiler/telemeh.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/profiler/telemeh.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/instrument/crossthreadwrite.o In file included from src/moar.h:100:0, from src/instrument/crossthreadwrite.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/instrument/crossthreadwrite.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/instrument/crossthreadwrite.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/instrument/line_coverage.o In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_compare': src/strings/iter.h:178:39: warning: 'gi_b.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:2318:27: note: 'gi_b.next_strand' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:169:28: warning: 'gi_b.repetitions' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions--; ^ src/strings/ops.c:2318:27: note: 'gi_b.repetitions' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:157:12: warning: 'gi_b.pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2318:27: note: 'gi_b.pos' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:157:12: warning: 'gi_b.end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2318:27: note: 'gi_b.end' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:179:34: warning: 'gi_b.strands_remaining' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->strands_remaining--; ^ src/strings/ops.c:2318:27: note: 'gi_b.strands_remaining' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:158:13: warning: 'gi_b.blob_type' may be used uninitialized in this function [-Wmaybe-uninitialized] switch (gi->blob_type) { ^ src/strings/ops.c:2318:27: note: 'gi_b.blob_type' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:160:51: warning: 'gi_b.active_blob.any' may be used uninitialized in this function [-Wmaybe-uninitialized] return gi->active_blob.blob_32[gi->pos++]; ^ src/strings/ops.c:2318:27: note: 'gi_b.active_blob.any' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:178:39: warning: 'gi_a.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:2318:21: note: 'gi_a.next_strand' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:169:28: warning: 'gi_a.repetitions' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions--; ^ src/strings/ops.c:2318:21: note: 'gi_a.repetitions' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:157:12: warning: 'gi_a.pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2318:21: note: 'gi_a.pos' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:157:12: warning: 'gi_a.end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2318:21: note: 'gi_a.end' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:179:34: warning: 'gi_a.strands_remaining' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->strands_remaining--; ^ src/strings/ops.c:2318:21: note: 'gi_a.strands_remaining' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:158:13: warning: 'gi_a.blob_type' may be used uninitialized in this function [-Wmaybe-uninitialized] switch (gi->blob_type) { ^ src/strings/ops.c:2318:21: note: 'gi_a.blob_type' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/iter.h:160:51: warning: 'gi_a.active_blob.any' may be used uninitialized in this function [-Wmaybe-uninitialized] return gi->active_blob.blob_32[gi->pos++]; ^ src/strings/ops.c:2318:21: note: 'gi_a.active_blob.any' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:100:0, from src/instrument/line_coverage.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/instrument/line_coverage.c: In function 'instrument_graph_with_breakpoints': src/instrument/line_coverage.c:11:14: warning: unused variable 'last_line_number' [-Wunused-variable] MVMint32 last_line_number = -2; ^ src/instrument/line_coverage.c:9:15: warning: unused variable 'array_slot' [-Wunused-variable] MVMuint16 array_slot = 0; ^ src/instrument/line_coverage.c: In function 'instrument_graph': src/instrument/line_coverage.c:250:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ins->operands[3].lit_i64 = (MVMint64)line_report_store; ^ In file included from src/moar.h:100:0, from src/instrument/line_coverage.c:1: src/instrument/line_coverage.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/instrument/line_coverage.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/platform/sys.o compiling src/moar.o In file included from src/moar.h:100:0, from src/platform/sys.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/platform/sys.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/platform/sys.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/platform/posix/mmap.o In file included from src/moar.h:100:0, from src/moar.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:100:0, from src/platform/posix/mmap.c:3: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/moar.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/moar.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/platform/posix/mmap.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/platform/posix/mmap.c:3: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/platform/posix/time.o In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_find_cclass': src/strings/iter.h:88:33: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] next = (gi->next_strand)++; ^ src/strings/ops.c:2729:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:100:0, from src/platform/posix/time.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:171:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_find_not_cclass': src/strings/iter.h:88:33: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] next = (gi->next_strand)++; ^ src/strings/ops.c:2753:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/platform/posix/time.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/platform/posix/time.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling src/platform/posix/io.o compiling src/jit/stub.o In file included from src/moar.h:100:0, from src/jit/stub.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/jit/stub.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/jit/stub.c:1: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ compiling 3rdparty/cmp/cmp.o linking 3rdparty/libatomicops/src/libatomic_ops.a compiling 3rdparty/tinymt/tinymt64.o checking build system type... compiling 3rdparty/sha1/sha1.o armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking target system type... armv7l-unknown-linux-gnueabihf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... compiling 3rdparty/libtommath/bn_error.o none needed checking whether gcc understands -c and -o together... compiling 3rdparty/libtommath/bn_fast_mp_invmod.o yes checking dependency style of gcc... gcc3 checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o yes checking for sys/types.h... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o yes src/strings/shiftjis.c: In function 'MVM_string_shiftjis_encode_substr': src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/shiftjis.c:38:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ checking for sys/stat.h... compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o yes checking for stdlib.h... yes checking for string.h... compiling 3rdparty/libtommath/bn_mp_2expt.o yes checking for memory.h... compiling 3rdparty/libtommath/bn_mp_abs.o yes checking for strings.h... compiling 3rdparty/libtommath/bn_mp_add.o yes checking for inttypes.h... compiling 3rdparty/libtommath/bn_mp_add_d.o yes checking for stdint.h... compiling 3rdparty/libtommath/bn_mp_addmod.o yes checking for unistd.h... compiling 3rdparty/libtommath/bn_mp_and.o compiling 3rdparty/libtommath/bn_mp_clamp.o yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes compiling 3rdparty/libtommath/bn_mp_clear.o compiling 3rdparty/libtommath/bn_mp_clear_multi.o checking for sys/param.h... compiling 3rdparty/libtommath/bn_mp_cmp.o compiling 3rdparty/libtommath/bn_mp_cmp_d.o yes checking for getpagesize... compiling 3rdparty/libtommath/bn_mp_cmp_mag.o compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o yes checking for working mmap... compiling 3rdparty/libtommath/bn_mp_copy.o compiling 3rdparty/libtommath/bn_mp_count_bits.o compiling 3rdparty/libtommath/bn_mp_div.o compiling 3rdparty/libtommath/bn_mp_div_2.o yes checking for PIC compiler flag... -fPIC checking whether gcc -fPIC causes __PIC__ definition... yes checking for gcc -Wextra... compiling 3rdparty/libtommath/bn_mp_div_2d.o yes checking for pthread_self in -lpthread... yes compiling 3rdparty/libtommath/bn_mp_div_3.o compiling 3rdparty/libtommath/bn_mp_div_d.o checking that generated files are newer than configure... done configure: creating ./config.status compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o compiling 3rdparty/libtommath/bn_mp_dr_reduce.o config.status: creating src/Makefile compiling 3rdparty/libtommath/bn_mp_dr_setup.o config.status: creating src/config.h config.status: executing depfiles commands compiling 3rdparty/libtommath/bn_mp_exch.o config.status: executing default commands compiling 3rdparty/libtommath/bn_mp_export.o compiling 3rdparty/libtommath/bn_mp_expt_d.o make[1]: Entering directory `/builddir/build/BUILD/MoarVM-2018.04/3rdparty/libatomicops/src' make all-am make[2]: Entering directory `/builddir/build/BUILD/MoarVM-2018.04/3rdparty/libatomicops/src' gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=0 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o compiling 3rdparty/libtommath/bn_mp_exptmod.o compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po compiling 3rdparty/libtommath/bn_mp_exteuclid.o rm -f libatomic_ops.a ar cru libatomic_ops.a atomic_ops.o ranlib libatomic_ops.a make[2]: Leaving directory `/builddir/build/BUILD/MoarVM-2018.04/3rdparty/libatomicops/src' make[1]: Leaving directory `/builddir/build/BUILD/MoarVM-2018.04/3rdparty/libatomicops/src' compiling 3rdparty/libtommath/bn_mp_fread.o compiling 3rdparty/libtommath/bn_mp_fwrite.o compiling 3rdparty/libtommath/bn_mp_gcd.o compiling 3rdparty/libtommath/bn_mp_get_int.o compiling 3rdparty/libtommath/bn_mp_get_long.o compiling 3rdparty/libtommath/bn_mp_get_long_long.o compiling 3rdparty/libtommath/bn_mp_grow.o compiling 3rdparty/libtommath/bn_mp_import.o compiling 3rdparty/libtommath/bn_mp_init.o compiling 3rdparty/libtommath/bn_mp_init_copy.o compiling 3rdparty/libtommath/bn_mp_init_multi.o compiling 3rdparty/libtommath/bn_mp_init_set.o compiling 3rdparty/libtommath/bn_mp_init_set_int.o compiling 3rdparty/libtommath/bn_mp_init_size.o compiling 3rdparty/libtommath/bn_mp_invmod.o compiling 3rdparty/libtommath/bn_mp_invmod_slow.o compiling 3rdparty/libtommath/bn_mp_is_square.o compiling 3rdparty/libtommath/bn_mp_jacobi.o compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o compiling 3rdparty/libtommath/bn_mp_lcm.o compiling 3rdparty/libtommath/bn_mp_lshd.o compiling 3rdparty/libtommath/bn_mp_mod.o compiling 3rdparty/libtommath/bn_mp_mod_2d.o compiling 3rdparty/libtommath/bn_mp_mod_d.o compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o compiling 3rdparty/libtommath/bn_mp_mul.o compiling 3rdparty/libtommath/bn_mp_mul_2.o compiling 3rdparty/libtommath/bn_mp_mul_2d.o compiling 3rdparty/libtommath/bn_mp_mul_d.o compiling 3rdparty/libtommath/bn_mp_mulmod.o compiling 3rdparty/libtommath/bn_mp_n_root.o compiling 3rdparty/libtommath/bn_mp_n_root_ex.o compiling 3rdparty/libtommath/bn_mp_neg.o compiling 3rdparty/libtommath/bn_mp_or.o compiling 3rdparty/libtommath/bn_mp_prime_fermat.o compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o compiling 3rdparty/libtommath/bn_mp_radix_size.o compiling 3rdparty/libtommath/bn_mp_radix_smap.o compiling 3rdparty/libtommath/bn_mp_rand.o compiling 3rdparty/libtommath/bn_mp_read_radix.o compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o compiling 3rdparty/libtommath/bn_mp_reduce.o compiling 3rdparty/libtommath/bn_mp_reduce_2k.o compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o compiling 3rdparty/libtommath/bn_mp_reduce_setup.o compiling 3rdparty/libtommath/bn_mp_rshd.o compiling 3rdparty/libtommath/bn_mp_set.o compiling 3rdparty/libtommath/bn_mp_set_int.o compiling 3rdparty/libtommath/bn_mp_set_long.o compiling 3rdparty/libtommath/bn_mp_set_long_long.o compiling 3rdparty/libtommath/bn_mp_shrink.o compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o compiling 3rdparty/libtommath/bn_mp_sqr.o compiling 3rdparty/libtommath/bn_mp_sqrmod.o compiling 3rdparty/libtommath/bn_mp_sqrt.o compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o compiling 3rdparty/libtommath/bn_mp_sub.o compiling 3rdparty/libtommath/bn_mp_sub_d.o compiling 3rdparty/libtommath/bn_mp_submod.o compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o compiling 3rdparty/libtommath/bn_mp_toom_mul.o compiling 3rdparty/libtommath/bn_mp_toom_sqr.o compiling 3rdparty/libtommath/bn_mp_toradix.o compiling 3rdparty/libtommath/bn_mp_toradix_n.o compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o compiling 3rdparty/libtommath/bn_mp_xor.o compiling 3rdparty/libtommath/bn_mp_zero.o compiling 3rdparty/libtommath/bn_prime_tab.o compiling 3rdparty/libtommath/bn_reverse.o compiling 3rdparty/libtommath/bn_s_mp_add.o compiling 3rdparty/libtommath/bn_s_mp_exptmod.o compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o compiling 3rdparty/libtommath/bn_s_mp_sqr.o compiling 3rdparty/libtommath/bn_s_mp_sub.o compiling 3rdparty/libtommath/bncore.o /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc compiling src/strings/unicode.o linking 3rdparty/cmp/libcmp.a linking 3rdparty/tinymt/libtinymt.a linking 3rdparty/sha1/libsha1.a linking 3rdparty/libtommath/libtommath.a In file included from src/moar.h:100:0, from src/strings/unicode.c:55: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:112:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/unicode.c: At top level: src/strings/unicode.c:273:5: warning: missing braces around initializer [-Wmissing-braces] {0x0,0x0,0x0}, ^ src/strings/unicode.c:273:5: warning: (near initialization for 'SpecialCasing_table[0][0]') [-Wmissing-braces] src/strings/unicode.c: In function 'collation_push_MVM_values': src/strings/unicode.c:82152:9: warning: missing braces around initializer [-Wmissing-braces] MVM_unicode_collation_primary(tc, cp), MVM_unicode_collation_secondary(tc, cp), MVM_unicode_collation_tertiary(tc, cp), 0 ^ src/strings/unicode.c:82152:9: warning: (near initialization for 'MVM_coll_key.s') [-Wmissing-braces] src/strings/unicode.c:82160:13: warning: missing braces around initializer [-Wmissing-braces] {0, 0x20, 0x2, 0}, ^ src/strings/unicode.c:82160:13: warning: (near initialization for 'calculated_key[0].s') [-Wmissing-braces] src/strings/unicode.c:82158:15: warning: unused variable 'block_pushed' [-Wunused-variable] char *block_pushed = NULL; ^ src/strings/unicode.c: In function 'get_main_node': src/strings/unicode.c:82269:9: warning: unused variable 'counter' [-Wunused-variable] int counter = 0; ^ src/strings/unicode.c: In function 'collation_push_cp': src/strings/unicode.c:82312:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (main_nodes[query].sub_node_elems < 1 || cp_num < 2 && !MVM_string_ci_has_more(tc, ci)) { ^ src/strings/unicode.c:82293:9: warning: unused variable 'cp_num_orig' [-Wunused-variable] int cp_num_orig = cp_num; ^ src/strings/unicode.c:82289:14: warning: variable 'rtrn' set but not used [-Wunused-but-set-variable] MVMint64 rtrn = 0; ^ src/strings/unicode.c: In function 'init_ringbuffer': src/strings/unicode.c:82369:14: warning: unused variable 'i' [-Wunused-variable] MVMint64 i; ^ src/strings/unicode.c: In function 'MVM_unicode_string_compare': src/strings/unicode.c:82424:9: warning: missing braces around initializer [-Wmissing-braces] { {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0} } ^ src/strings/unicode.c:82424:9: warning: (near initialization for 'level_eval_settings.s.primary.a2') [-Wmissing-braces] src/strings/unicode.c:82438:36: warning: unused variable 'i' [-Wunused-variable] MVMint64 pos_a = 0, pos_b = 0, i = 0, rtrn = 0; ^ src/strings/unicode.c:82421:23: warning: unused variable 'bi' [-Wunused-variable] MVMGrapheme32 ai, bi; ^ src/strings/unicode.c:82421:19: warning: unused variable 'ai' [-Wunused-variable] MVMGrapheme32 ai, bi; ^ src/strings/unicode.c: In function 'MVM_unicode_lookup_by_name': src/strings/unicode.c:82595:15: warning: unused variable 'size' [-Wunused-variable] MVMuint64 size; ^ In file included from src/moar.h:100:0, from src/strings/unicode.c:55: src/strings/unicode.c: At top level: src/core/interp.h:122:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { ^ In file included from src/moar.h:171:0, from src/strings/unicode.c:55: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { ^ src/strings/unicode.c: In function 'collation_push_cp': src/strings/unicode.c:82290:18: warning: 'cps[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMCodepoint cps[10]; ^ src/strings/unicode.c: In function 'MVM_unicode_string_compare': src/strings/unicode.c:82446:48: warning: array subscript is above array bounds [-Warray-bounds] level_eval_settings.a[level].a2[0] += Less;\ ^ src/strings/unicode.c:82461:5: note: in expansion of macro 'setmodeup' setmodeup(MVM_COLLATION_QUATERNARY_POSITIVE, 3, -1, 0, 1); ^ src/strings/unicode.c:82448:48: warning: array subscript is above array bounds [-Warray-bounds] level_eval_settings.a[level].a2[2] += More;\ ^ src/strings/unicode.c:82461:5: note: in expansion of macro 'setmodeup' setmodeup(MVM_COLLATION_QUATERNARY_POSITIVE, 3, -1, 0, 1); ^ src/strings/unicode.c:82446:48: warning: array subscript is above array bounds [-Warray-bounds] level_eval_settings.a[level].a2[0] += Less;\ ^ src/strings/unicode.c:82462:5: note: in expansion of macro 'setmodeup' setmodeup(MVM_COLLATION_QUATERNARY_NEGATIVE, 3, 1, 0, -1); ^ src/strings/unicode.c:82446:48: warning: array subscript is above array bounds [-Warray-bounds] level_eval_settings.a[level].a2[0] += Less;\ ^ src/strings/unicode.c:82462:5: note: in expansion of macro 'setmodeup' setmodeup(MVM_COLLATION_QUATERNARY_NEGATIVE, 3, 1, 0, -1); ^ src/strings/unicode.c:82448:48: warning: array subscript is above array bounds [-Warray-bounds] level_eval_settings.a[level].a2[2] += More;\ ^ src/strings/unicode.c:82462:5: note: in expansion of macro 'setmodeup' setmodeup(MVM_COLLATION_QUATERNARY_NEGATIVE, 3, 1, 0, -1); ^ src/strings/unicode.c:82448:48: warning: array subscript is above array bounds [-Warray-bounds] level_eval_settings.a[level].a2[2] += More;\ ^ src/strings/unicode.c:82462:5: note: in expansion of macro 'setmodeup' setmodeup(MVM_COLLATION_QUATERNARY_NEGATIVE, 3, 1, 0, -1); ^ src/strings/shiftjis.c: In function 'MVM_string_shiftjis_decode': src/strings/shiftjis.c:226:17: warning: 'byte' may be used uninitialized in this function [-Wmaybe-uninitialized] int handler_rtrn = decoder_handler(tc, &Shift_JIS_lead, byte, &codepoint); ^ src/strings/shiftjis.c: In function 'MVM_string_shiftjis_decodestream': src/strings/shiftjis.c:348:30: warning: 'byte' may be used uninitialized in this function [-Wmaybe-uninitialized] handler_rtrn = decoder_handler(tc, &Shift_JIS_lead, byte, &codepoint); ^ linking libmoar.so linking moar + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/6model-parametric-extensions.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/arg-passing.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/bootstrap.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/bytecode.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/exceptions.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/extops.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/gc.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/interpreter.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/README.md + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/debug-server-protocol.md + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/release_guide.md + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/reveal.md + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BN9ic5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm ++ dirname /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm + cd MoarVM-2018.04 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/lib" /usr/bin/perl -MExtUtils::Command -e rm_f "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/lib/libmoar.so" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/armcc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/gcc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/hpc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/ibmc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/icc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/loadstore/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/msftc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/sunc/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/include/libtommath + chmod 755 /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/lib/libmoar.so + /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/man/man1 + pod2man --section=1 --name=moar docs/moar.pod + /usr/bin/gzip -c + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/MoarVM-2018.04 extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/bin/moar extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/lib/libmoar.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 23728 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: moarvm-0.2018.04-2.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.l2dGW1 + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.04 + DOCDIR=/builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/doc/moarvm-0.2018.04 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/doc/moarvm-0.2018.04 + cp -pr LICENSE /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/doc/moarvm-0.2018.04 + cp -pr CREDITS /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/doc/moarvm-0.2018.04 + cp -pr docs /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm/usr/share/doc/moarvm-0.2018.04 + exit 0 Provides: libmoar.so moarvm = 0.2018.04-2.el7 moarvm(armv7hl-32) = 0.2018.04-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libdl.so.2 libdl.so.2(GLIBC_2.4) libffi.so.6 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) libmoar.so libpthread.so.0 libpthread.so.0(GLIBC_2.4) librt.so.1 librt.so.1(GLIBC_2.4) libuv.so.1 rtld(GNU_HASH) Processing files: moarvm-devel-0.2018.04-2.el7.armv7hl Provides: moarvm-devel = 0.2018.04-2.el7 moarvm-devel(armv7hl-32) = 0.2018.04-2.el7 pkgconfig(moar) = 2018.04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Processing files: moarvm-debuginfo-0.2018.04-2.el7.armv7hl Provides: moarvm-debuginfo = 0.2018.04-2.el7 moarvm-debuginfo(armv7hl-32) = 0.2018.04-2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm Wrote: /builddir/build/RPMS/moarvm-0.2018.04-2.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/moarvm-devel-0.2018.04-2.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/moarvm-debuginfo-0.2018.04-2.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TwybUA + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.04 + /usr/bin/rm -rf /builddir/build/BUILDROOT/moarvm-0.2018.04-2.el7.arm + exit 0 Child return code was: 0