Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'], timeout=0nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.vKaKNc:/etc/resolv.conf']shell=Falseuid=1001chrootPath='/var/lib/mock/centos-7-i386/root'gid=135user='mockbuild'env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}logger=unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '01e2dc8bfd544a869d37dad9da4ab43d', '-D', '/var/lib/mock/centos-7-i386/root', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.vKaKNc:/etc/resolv.conf', '--setenv=LANG=en_US.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/moarvm-0.2018.11-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'], timeout=0nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.vKaKNc:/etc/resolv.conf']shell=Falseuid=1001chrootPath='/var/lib/mock/centos-7-i386/root'gid=135user='mockbuild'env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}logger=unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '5212e924fef5496ab14cb4ab90a55ab4', '-D', '/var/lib/mock/centos-7-i386/root', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.vKaKNc:/etc/resolv.conf', '--setenv=LANG=en_US.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Uj3A5L + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf MoarVM-2018.11 + /usr/bin/gzip -dc /builddir/build/SOURCES/MoarVM-2018.11.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd MoarVM-2018.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.l5on5n + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.11 + 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + 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 libs for libuv: 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 all of int32 int64 num64 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 ................ YES 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables includes: -I3rdparty/libatomicops/src -I3rdparty/libtommath link: gcc -O3 -DNDEBUG -Wl,-z,relro libs: -lffi -luv -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 BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/args.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/callsite.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/main.c:4: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/exceptions.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/args.c:1: BUILDSTDERR: src/core/args.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/args.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/core/exceptions.c: In function 'search_frame_handlers_lex': BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/callsite.c:1: BUILDSTDERR: src/core/callsite.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/callsite.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/core/exceptions.c:188:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] BUILDSTDERR: if (fh->category_mask == MVM_EX_INLINE_BOUNDARY) { BUILDSTDERR: ^ BUILDSTDERR: src/core/exceptions.c:229:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] BUILDSTDERR: if (fh->category_mask == MVM_EX_INLINE_BOUNDARY) { BUILDSTDERR: ^ BUILDSTDERR: src/main.c: In function 'main': BUILDSTDERR: src/main.c:160:10: warning: unused variable 'telemeh_inited' [-Wunused-variable] BUILDSTDERR: char telemeh_inited = 0; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/exceptions.c:1: BUILDSTDERR: src/core/exceptions.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/exceptions.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/main.c:159:18: warning: unused variable 'interval_id' [-Wunused-variable] BUILDSTDERR: unsigned int interval_id; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/main.c:4: BUILDSTDERR: src/main.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/main.c:4: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/interp.o compiling src/core/threadcontext.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/interp.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/threadcontext.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/threadcontext.c:1: BUILDSTDERR: src/core/threadcontext.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/threadcontext.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/compunit.o BUILDSTDERR: src/core/interp.c: In function 'MVM_interp_run': BUILDSTDERR: src/core/interp.c:5417:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: MVMuint64 num = *(MVMuint64*)&GET_REG(cur_op, 4).n64; BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.c:5418:27: warning: unused variable 'flags' [-Wunused-variable] BUILDSTDERR: MVMuint64 flags = (MVMuint64)GET_REG(cur_op, 6).i64; BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.c:5460:37: warning: unused variable 'flags' [-Wunused-variable] BUILDSTDERR: MVMuint64 const flags = (MVMuint64)GET_REG(cur_op, 6).i64; BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.c:5613:27: warning: unused variable 'idx' [-Wunused-variable] BUILDSTDERR: MVMuint16 idx = GET_UI16(cur_op, 2); BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.c:6027:27: warning: unused variable 'idx' [-Wunused-variable] BUILDSTDERR: MVMuint16 idx = GET_UI16(cur_op, 2); BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.c:122:5: warning: label 'runloop' defined but not used [-Wunused-label] BUILDSTDERR: runloop: { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/interp.c:1: BUILDSTDERR: src/core/interp.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/interp.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/compunit.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/compunit.c:1: BUILDSTDERR: src/core/compunit.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/compunit.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/bytecode.o compiling src/core/frame.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/bytecode.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/frame.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/bytecode.c:1: BUILDSTDERR: src/core/bytecode.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/bytecode.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/frame.c:1: BUILDSTDERR: src/core/frame.c: At top level: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/callstack.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/callstack.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/callstack.c:1: BUILDSTDERR: src/core/callstack.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/callstack.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/validation.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/validation.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/validation.c:1: BUILDSTDERR: src/core/validation.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/validation.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/core/validation.c:116:13: warning: 'ensure_no_remaining_args' defined but not used [-Wunused-function] BUILDSTDERR: static void ensure_no_remaining_args(Validator *val) { BUILDSTDERR: ^ compiling src/core/bytecodedump.o compiling src/core/threads.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/bytecodedump.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/threads.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/core/bytecodedump.c: In function 'bytecode_dump_frame_internal': BUILDSTDERR: src/core/bytecodedump.c:261:27: warning: unused variable 'num_locals' [-Wunused-variable] BUILDSTDERR: MVMuint16 num_locals = frame_has_inlines ? maybe_candidate->num_locals : frame->body.num_locals; BUILDSTDERR: ^ BUILDSTDERR: src/core/bytecodedump.c:72:21: warning: unused variable 'k' [-Wunused-variable] BUILDSTDERR: MVMuint32 i, j, k; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/bytecodedump.c:1: BUILDSTDERR: src/core/bytecodedump.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/bytecodedump.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/threads.c:1: BUILDSTDERR: src/core/threads.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/threads.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/core/bytecodedump.c: In function 'MVM_bytecode_dump': BUILDSTDERR: src/core/bytecodedump.c:89:22: warning: 'op_info' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: const MVMOpInfo *op_info; BUILDSTDERR: ^ compiling src/core/ops.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/ops.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/core/hll.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/ops.c:1: BUILDSTDERR: src/core/ops.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/ops.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/hll.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/core/loadbytecode.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/hll.c:1: BUILDSTDERR: src/core/hll.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/hll.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/math/num.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/loadbytecode.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/math/num.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/loadbytecode.c:1: BUILDSTDERR: src/core/loadbytecode.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/loadbytecode.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/math/num.c:1: BUILDSTDERR: src/math/num.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/math/num.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/math/grisu.o BUILDSTDERR: src/math/grisu.c: In function 'double2diy_fp': BUILDSTDERR: src/math/grisu.c:188:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: uint64_t u64 = CAST_U64(d); BUILDSTDERR: ^ BUILDSTDERR: src/math/grisu.c: In function 'grisu3': BUILDSTDERR: src/math/grisu.c:275:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: uint64_t u64 = CAST_U64(v); BUILDSTDERR: ^ BUILDSTDERR: src/math/grisu.c: In function 'dtoa_grisu3': BUILDSTDERR: src/math/grisu.c:330:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] BUILDSTDERR: uint64_t u64 = CAST_U64(v); BUILDSTDERR: ^ compiling src/core/coerce.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/coerce.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/core/dll.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/coerce.c:1: BUILDSTDERR: src/core/coerce.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/coerce.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/ext.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/dll.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/dll.c:1: BUILDSTDERR: src/core/dll.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/dll.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/ext.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/ext.c:1: BUILDSTDERR: src/core/ext.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/ext.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.c: In function 'MVM_interp_run': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:178:0, BUILDSTDERR: from src/core/interp.c:1: BUILDSTDERR: src/strings/ops.h:49:21: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ compiling src/core/nativecall.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/nativecall.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/core/nativecall_libffi.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/nativecall.c:1: BUILDSTDERR: src/core/nativecall.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/nativecall.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/nativecall_libffi.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/core/continuation.o BUILDSTDERR: src/core/nativecall_libffi.c: In function 'unmarshal_callback': BUILDSTDERR: src/core/nativecall_libffi.c:114:20: warning: variable 'status' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ffi_status status; BUILDSTDERR: ^ BUILDSTDERR: src/core/nativecall_libffi.c: In function 'callback_handler': BUILDSTDERR: src/core/nativecall_libffi.c:215:22: warning: unused variable 'values' [-Wunused-variable] BUILDSTDERR: void **values = MVM_malloc(sizeof(void *) * (data->cs->arg_count ? data->cs->arg_count : 1)); BUILDSTDERR: ^ BUILDSTDERR: src/core/nativecall_libffi.c: In function 'MVM_nativecall_invoke': BUILDSTDERR: src/core/nativecall_libffi.c:503:16: warning: unused variable 'status' [-Wunused-variable] BUILDSTDERR: ffi_status status = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types); BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/nativecall_libffi.c:1: BUILDSTDERR: src/core/nativecall_libffi.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/nativecall_libffi.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/continuation.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/continuation.c:1: BUILDSTDERR: src/core/continuation.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/continuation.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/intcache.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/intcache.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/intcache.c:1: BUILDSTDERR: src/core/intcache.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/intcache.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/core/fixedsizealloc.o compiling src/core/regionalloc.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/fixedsizealloc.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/core/regionalloc.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/fixedsizealloc.c:1: BUILDSTDERR: src/core/fixedsizealloc.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/fixedsizealloc.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/core/regionalloc.c:1: BUILDSTDERR: src/core/regionalloc.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/core/regionalloc.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/debug/debugserver.o compiling src/gen/config.o compiling src/gc/orchestrate.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/debug/debugserver.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gen/config.c:9: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'request_all_threads_suspend': BUILDSTDERR: src/debug/debugserver.c:688:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'write_stacktrace_frames': BUILDSTDERR: src/debug/debugserver.c:852:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'send_thread_info': BUILDSTDERR: src/debug/debugserver.c:880:10: warning: unused variable 'infobuf' [-Wunused-variable] BUILDSTDERR: char infobuf[32] = "THL"; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'send_is_execution_suspended_info': BUILDSTDERR: src/debug/debugserver.c:948:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'request_object_attributes': BUILDSTDERR: src/debug/debugserver.c:1519:26: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: MVMint16 i; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'request_object_metadata': BUILDSTDERR: src/debug/debugserver.c:1701:18: warning: unused variable 'vm' [-Wunused-variable] BUILDSTDERR: MVMInstance *vm = dtc->instance; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'request_object_positionals': BUILDSTDERR: src/debug/debugserver.c:2027:14: warning: unused variable 'slots' [-Wunused-variable] BUILDSTDERR: MVMint64 slots; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'socket_writer': BUILDSTDERR: src/debug/debugserver.c:2203:15: warning: unused variable 'orig_data' [-Wunused-variable] BUILDSTDERR: MVMuint8 *orig_data = (MVMuint8 *)data; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c:2200:12: warning: unused variable 'idx' [-Wunused-variable] BUILDSTDERR: size_t idx; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gen/config.c:9: BUILDSTDERR: src/gen/config.c: At top level: BUILDSTDERR: src/debug/debugserver.c: In function 'debugserver_worker': BUILDSTDERR: src/debug/debugserver.c:2527:13: warning: unused variable 'error' [-Wunused-variable] BUILDSTDERR: int error; BUILDSTDERR: ^ BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gen/config.c:9: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/orchestrate.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c:2558:15: warning: unused variable 'buffer' [-Wunused-variable] BUILDSTDERR: char *buffer[32]; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c:2557:13: warning: unused variable 'len' [-Wunused-variable] BUILDSTDERR: int len; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c:2517:14: warning: unused variable 'command_serial' [-Wunused-variable] BUILDSTDERR: MVMint32 command_serial; BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'MVM_debugserver_init': BUILDSTDERR: src/debug/debugserver.c:2732:9: warning: unused variable 'threadCreateError' [-Wunused-variable] BUILDSTDERR: int threadCreateError; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/debug/debugserver.c:1: BUILDSTDERR: src/debug/debugserver.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/debug/debugserver.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'check_requirements': BUILDSTDERR: src/debug/debugserver.c:431:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: src/debug/debugserver.c: In function 'request_object_associatives': BUILDSTDERR: src/debug/debugserver.c:2161:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: src/gc/orchestrate.c: In function 'MVM_gc_enter_from_allocator': BUILDSTDERR: src/gc/orchestrate.c:429:20: warning: unused variable 'last_starter' [-Wunused-variable] BUILDSTDERR: MVMThread *last_starter = NULL; BUILDSTDERR: ^ BUILDSTDERR: src/gc/orchestrate.c: In function 'MVM_gc_enter_from_interrupt': BUILDSTDERR: src/gc/orchestrate.c:555:10: warning: unused variable 'curr' [-Wunused-variable] BUILDSTDERR: AO_t curr; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/orchestrate.c:1: BUILDSTDERR: src/gc/orchestrate.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/orchestrate.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/allocation.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/allocation.c:6: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/allocation.c:6: BUILDSTDERR: src/gc/allocation.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/allocation.c:6: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/worklist.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/worklist.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/worklist.c:1: BUILDSTDERR: src/gc/worklist.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/worklist.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/roots.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/roots.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/gc/roots.c: In function 'MVM_gc_root_add_tc_roots_to_worklist': BUILDSTDERR: src/gc/roots.c:200:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] BUILDSTDERR: if (tc->spesh_active_graph) BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/roots.c:1: BUILDSTDERR: src/gc/roots.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/roots.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/collect.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/collect.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/collect.c:1: BUILDSTDERR: src/gc/collect.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/collect.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/gen2.o compiling src/gc/wb.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/gen2.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/wb.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/gen2.c:1: BUILDSTDERR: src/gc/gen2.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/gen2.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/wb.c:1: BUILDSTDERR: src/gc/wb.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/wb.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/objectid.o compiling src/gc/finalize.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/objectid.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/objectid.c:1: BUILDSTDERR: src/gc/objectid.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/objectid.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/finalize.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/finalize.c:1: BUILDSTDERR: src/gc/finalize.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/finalize.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/gc/debug.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/gc/debug.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/gc/debug.c:1: BUILDSTDERR: src/gc/debug.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/gc/debug.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/io/io.o compiling src/io/eventloop.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/io.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/eventloop.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/io.c:1: BUILDSTDERR: src/io/io.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/io.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/eventloop.c:1: BUILDSTDERR: src/io/eventloop.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/eventloop.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/io/syncfile.o compiling src/io/syncsocket.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/syncsocket.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/syncfile.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/syncsocket.c:1: BUILDSTDERR: src/io/syncsocket.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/syncsocket.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/io/fileops.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/syncfile.c:1: BUILDSTDERR: src/io/syncfile.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/syncfile.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/fileops.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/fileops.c:1: BUILDSTDERR: src/io/fileops.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/fileops.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/io/dirops.o compiling src/io/procops.o compiling src/io/timers.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/dirops.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/procops.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/timers.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/dirops.c:1: BUILDSTDERR: src/io/dirops.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/dirops.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/timers.c:1: BUILDSTDERR: src/io/timers.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/timers.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/procops.c:1: BUILDSTDERR: src/io/procops.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/procops.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/io/procops.c:5:0: BUILDSTDERR: src/bithacks.h:1:18: warning: 'MVM_bithacks_count_bits' defined but not used [-Wunused-function] BUILDSTDERR: static MVMuint32 MVM_bithacks_count_bits(MVMuint64 value) { BUILDSTDERR: ^ BUILDSTDERR: src/bithacks.h:10:12: warning: 'MVM_bithacks_is_pow2z' defined but not used [-Wunused-function] BUILDSTDERR: static int MVM_bithacks_is_pow2z(MVMuint64 value) BUILDSTDERR: ^ compiling src/io/filewatchers.o compiling src/io/signals.o compiling src/io/asyncsocket.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/filewatchers.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/signals.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/filewatchers.c:1: BUILDSTDERR: src/io/filewatchers.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/filewatchers.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/asyncsocket.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/signals.c:1: BUILDSTDERR: src/io/signals.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/signals.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/io/signals.c:112:3: warning: 'MVM_sig_names' defined but not used [-Wunused-variable] BUILDSTDERR: } MVM_sig_names; BUILDSTDERR: ^ BUILDSTDERR: src/io/procops.c: In function 'write_setup': BUILDSTDERR: src/io/procops.c:274:64: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: MVMString *msg_str = MVM_string_ascii_decode_nt(tc, BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/asyncsocket.c:1: BUILDSTDERR: src/io/asyncsocket.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/asyncsocket.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/io/asyncsocketudp.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/io/asyncsocketudp.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': compiling src/6model/reprs.o BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/io/asyncsocketudp.c:1: BUILDSTDERR: src/io/asyncsocketudp.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/io/asyncsocketudp.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs.c:1: BUILDSTDERR: src/6model/reprs.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprconv.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprconv.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/containers.o compiling src/6model/parametric.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprconv.c:1: BUILDSTDERR: src/6model/reprconv.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprconv.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/MVMString.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/containers.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/parametric.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMString.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/containers.c:1: BUILDSTDERR: src/6model/containers.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/containers.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/parametric.c:1: BUILDSTDERR: src/6model/parametric.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/parametric.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMString.c:1: BUILDSTDERR: src/6model/reprs/MVMString.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMString.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/VMArray.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMHash.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/VMArray.c: In function 'read_buf': BUILDSTDERR: src/6model/reprs/VMArray.c:900:9: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVMint64' [-Wformat=] BUILDSTDERR: MVM_exception_throw_adhoc(tc, "MVMArray: read_buf out of bounds offset %ld start %ld elems %lu count %lu", offset, start, body->elems, count); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/VMArray.c:900:9: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'MVMint64' [-Wformat=] BUILDSTDERR: src/6model/reprs/VMArray.c:900:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'MVMuint64' [-Wformat=] BUILDSTDERR: src/6model/reprs/VMArray.c:900:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'MVMuint64' [-Wformat=] BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/VMArray.c:1: BUILDSTDERR: src/6model/reprs/VMArray.c: At top level: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMHash.c:1: BUILDSTDERR: src/6model/reprs/MVMHash.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMHash.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/MVMCFunction.o compiling src/6model/reprs/KnowHOWREPR.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMCFunction.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMCFunction.c:1: BUILDSTDERR: src/6model/reprs/MVMCFunction.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMCFunction.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/KnowHOWREPR.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/KnowHOWAttributeREPR.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/KnowHOWREPR.c:1: BUILDSTDERR: src/6model/reprs/KnowHOWREPR.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/KnowHOWREPR.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/KnowHOWAttributeREPR.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/KnowHOWAttributeREPR.c:1: BUILDSTDERR: src/6model/reprs/KnowHOWAttributeREPR.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/KnowHOWAttributeREPR.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/P6str.o compiling src/6model/reprs/P6opaque.o compiling src/6model/reprs/MVMCode.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/P6str.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/P6str.c:1: BUILDSTDERR: src/6model/reprs/P6str.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/P6str.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/P6opaque.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMOSHandle.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMCode.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/P6opaque.c:1: BUILDSTDERR: src/6model/reprs/P6opaque.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/P6opaque.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMCode.c:1: BUILDSTDERR: src/6model/reprs/MVMCode.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMCode.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMOSHandle.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMCompUnit.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMOSHandle.c:1: BUILDSTDERR: src/6model/reprs/MVMOSHandle.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMOSHandle.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMCompUnit.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMStaticFrame.o compiling src/6model/reprs/P6int.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMCompUnit.c:1: BUILDSTDERR: src/6model/reprs/MVMCompUnit.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMCompUnit.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMStaticFrame.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/P6int.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMStaticFrame.c: In function 'copy_to': BUILDSTDERR: src/6model/reprs/MVMStaticFrame.c:63:39: warning: unused variable 'tmp' [-Wunused-variable] BUILDSTDERR: MVMLexicalRegistry *current, *tmp; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/6model/reprs.h:4:0, BUILDSTDERR: from src/moar.h:128, BUILDSTDERR: from src/6model/reprs/MVMStaticFrame.c:1: BUILDSTDERR: src/6model/reprs/MVMStaticFrame.c: In function 'gc_free': BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMStaticFrame.c:168:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(tc, hash_handle, MVMLexicalRegistry, body->lexical_names); BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMStaticFrame.c:1: BUILDSTDERR: src/6model/reprs/MVMStaticFrame.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMStaticFrame.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/P6int.c:1: BUILDSTDERR: src/6model/reprs/P6int.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/P6int.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/P6num.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/P6num.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/Uninstantiable.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/P6num.c:1: BUILDSTDERR: src/6model/reprs/P6num.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/P6num.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/Uninstantiable.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/Uninstantiable.c:1: BUILDSTDERR: src/6model/reprs/Uninstantiable.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/Uninstantiable.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/HashAttrStore.o compiling src/6model/reprs/MVMThread.o compiling src/6model/reprs/MVMIter.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/HashAttrStore.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMThread.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMIter.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/6model/reprs.h:4:0, BUILDSTDERR: from src/moar.h:128, BUILDSTDERR: from src/6model/reprs/HashAttrStore.c:1: BUILDSTDERR: src/6model/reprs/HashAttrStore.c: In function 'gc_free': BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/HashAttrStore.c:48:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(tc, hash_handle, MVMHashEntry, h->body.hash_head); BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/HashAttrStore.c:1: BUILDSTDERR: src/6model/reprs/HashAttrStore.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/HashAttrStore.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMThread.c:1: BUILDSTDERR: src/6model/reprs/MVMThread.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMThread.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMIter.c:1: BUILDSTDERR: src/6model/reprs/MVMIter.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMIter.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/MVMContext.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMContext.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMContext.c: In function 'bind_key': BUILDSTDERR: src/6model/reprs/MVMContext.c:126:21: warning: unused variable 'frame' [-Wunused-variable] BUILDSTDERR: MVMFrame *frame = body->context; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMContext.c: In function 'exists_key': BUILDSTDERR: src/6model/reprs/MVMContext.c:171:15: warning: unused variable 'frame' [-Wunused-variable] BUILDSTDERR: MVMFrame *frame = body->context; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMContext.c:1: BUILDSTDERR: src/6model/reprs/MVMContext.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMContext.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/SCRef.o compiling src/6model/reprs/MVMCallCapture.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/SCRef.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/SCRef.c:1: BUILDSTDERR: src/6model/reprs/SCRef.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/SCRef.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMCallCapture.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/P6bigint.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMCallCapture.c:1: BUILDSTDERR: src/6model/reprs/MVMCallCapture.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMCallCapture.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/NFA.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/P6bigint.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMException.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/NFA.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/P6bigint.c:1: BUILDSTDERR: src/6model/reprs/P6bigint.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/P6bigint.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/NFA.c:1: BUILDSTDERR: src/6model/reprs/NFA.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/NFA.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMException.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMDLLSym.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMException.c:1: BUILDSTDERR: src/6model/reprs/MVMException.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMException.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/MVMMultiCache.o compiling src/6model/reprs/MVMContinuation.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMDLLSym.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMMultiCache.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMDLLSym.c:1: BUILDSTDERR: src/6model/reprs/MVMDLLSym.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMDLLSym.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMContinuation.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMMultiCache.c:1: BUILDSTDERR: src/6model/reprs/MVMMultiCache.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMMultiCache.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMContinuation.c:1: BUILDSTDERR: src/6model/reprs/MVMContinuation.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMContinuation.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/NativeCall.o compiling src/6model/reprs/CPointer.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/NativeCall.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/NativeCall.c:1: BUILDSTDERR: src/6model/reprs/NativeCall.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/NativeCall.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/CPointer.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/CPointer.c:1: BUILDSTDERR: src/6model/reprs/CPointer.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/CPointer.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/CStr.o compiling src/6model/reprs/CArray.o compiling src/6model/reprs/CStruct.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/CStr.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/CArray.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/CStr.c:1: BUILDSTDERR: src/6model/reprs/CStr.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/CStr.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/CStruct.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/CArray.c:1: BUILDSTDERR: src/6model/reprs/CArray.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/CArray.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/CStruct.c:1: BUILDSTDERR: src/6model/reprs/CStruct.c: At top level: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/CUnion.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/CUnion.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c: In function 'copy_to': BUILDSTDERR: src/6model/reprs/CUnion.c:356:20: warning: unused variable 'dest_body' [-Wunused-variable] BUILDSTDERR: MVMCUnionBody *dest_body = (MVMCUnionBody *)dest; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c:355:20: warning: unused variable 'src_body' [-Wunused-variable] BUILDSTDERR: MVMCUnionBody *src_body = (MVMCUnionBody *)src; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c:354:25: warning: unused variable 'repr_data' [-Wunused-variable] BUILDSTDERR: MVMCUnionREPRData * repr_data = (MVMCUnionREPRData *) st->REPR_data; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/CUnion.c:1: BUILDSTDERR: src/6model/reprs/CUnion.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/CUnion.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c:251:17: warning: 'get_int_at_offset' defined but not used [-Wunused-function] BUILDSTDERR: static MVMint32 get_int_at_offset(void *data, MVMint32 offset) { BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c:257:13: warning: 'set_int_at_offset' defined but not used [-Wunused-function] BUILDSTDERR: static void set_int_at_offset(void *data, MVMint32 offset, MVMint32 value) { BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c:263:17: warning: 'get_num_at_offset' defined but not used [-Wunused-function] BUILDSTDERR: static MVMnum32 get_num_at_offset(void *data, MVMint32 offset) { BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/CUnion.c:269:13: warning: 'set_num_at_offset' defined but not used [-Wunused-function] BUILDSTDERR: static void set_num_at_offset(void *data, MVMint32 offset, MVMnum32 value) { BUILDSTDERR: ^ compiling src/6model/reprs/ReentrantMutex.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/ReentrantMutex.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/ReentrantMutex.c: In function 'MVM_reentrantmutex_lock': BUILDSTDERR: src/6model/reprs/ReentrantMutex.c:127:18: warning: unused variable 'interval_id' [-Wunused-variable] BUILDSTDERR: unsigned int interval_id; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/ReentrantMutex.c:1: BUILDSTDERR: src/6model/reprs/ReentrantMutex.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/ReentrantMutex.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/ConditionVariable.o compiling src/6model/reprs/Semaphore.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/ConditionVariable.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/ConcBlockingQueue.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/Semaphore.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/ConditionVariable.c:1: BUILDSTDERR: src/6model/reprs/ConditionVariable.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/ConditionVariable.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/Semaphore.c:1: BUILDSTDERR: src/6model/reprs/Semaphore.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/Semaphore.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/ConcBlockingQueue.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMAsyncTask.o BUILDSTDERR: src/6model/reprs/ConcBlockingQueue.c: In function 'unshift': BUILDSTDERR: src/6model/reprs/ConcBlockingQueue.c:182:10: warning: unused variable 'orig_elems' [-Wunused-variable] BUILDSTDERR: AO_t orig_elems; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/ConcBlockingQueue.c:1: BUILDSTDERR: src/6model/reprs/ConcBlockingQueue.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/ConcBlockingQueue.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/MVMNull.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMNull.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMAsyncTask.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMNull.c:1: BUILDSTDERR: src/6model/reprs/MVMNull.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMNull.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMAsyncTask.c:1: BUILDSTDERR: src/6model/reprs/MVMAsyncTask.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMAsyncTask.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/CPPStruct.o compiling src/6model/reprs/NativeRef.o compiling src/6model/reprs/MultiDimArray.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/CPPStruct.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/NativeRef.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MultiDimArray.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/CPPStruct.c:1: BUILDSTDERR: src/6model/reprs/CPPStruct.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/CPPStruct.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/NativeRef.c: In function 'spesh': BUILDSTDERR: src/6model/reprs/NativeRef.c:146:28: warning: unused variable 'opcode' [-Wunused-variable] BUILDSTDERR: MVMuint16 opcode = ins->info->opcode; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/NativeRef.c:1: BUILDSTDERR: src/6model/reprs/NativeRef.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/NativeRef.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MultiDimArray.c:1: BUILDSTDERR: src/6model/reprs/MultiDimArray.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MultiDimArray.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/reprs/Decoder.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/Decoder.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/6model/reprs/MVMSpeshLog.o compiling src/6model/reprs/MVMStaticFrameSpesh.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/Decoder.c:1: BUILDSTDERR: src/6model/reprs/Decoder.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/Decoder.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/6model.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMSpeshLog.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/reprs/MVMStaticFrameSpesh.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/6model.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMSpeshLog.c:1: BUILDSTDERR: src/6model/reprs/MVMSpeshLog.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMSpeshLog.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/reprs/MVMStaticFrameSpesh.c:1: BUILDSTDERR: src/6model/reprs/MVMStaticFrameSpesh.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/reprs/MVMStaticFrameSpesh.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/6model.c:1: BUILDSTDERR: src/6model/6model.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/6model.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/6model/bootstrap.o compiling src/6model/sc.o compiling src/6model/serialization.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/bootstrap.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/sc.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/bootstrap.c: In function 'attributes': BUILDSTDERR: src/6model/bootstrap.c:224:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] BUILDSTDERR: MVMObject *self, *type_obj, *member; \ BUILDSTDERR: ^ BUILDSTDERR: src/6model/bootstrap.c:238:1: note: in expansion of macro 'introspect_member' BUILDSTDERR: introspect_member(attributes, MVM_args_set_result_obj, attributes) BUILDSTDERR: ^ BUILDSTDERR: src/6model/bootstrap.c: In function 'methods': BUILDSTDERR: src/6model/bootstrap.c:224:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] BUILDSTDERR: MVMObject *self, *type_obj, *member; \ BUILDSTDERR: ^ BUILDSTDERR: src/6model/bootstrap.c:241:1: note: in expansion of macro 'introspect_member' BUILDSTDERR: introspect_member(methods, MVM_args_set_result_obj, methods) BUILDSTDERR: ^ BUILDSTDERR: src/6model/bootstrap.c: In function 'name': BUILDSTDERR: src/6model/bootstrap.c:224:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] BUILDSTDERR: MVMObject *self, *type_obj, *member; \ BUILDSTDERR: ^ BUILDSTDERR: src/6model/bootstrap.c:244:1: note: in expansion of macro 'introspect_member' BUILDSTDERR: introspect_member(name, MVM_args_set_result_str, (MVMString *)name) BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/bootstrap.c:1: BUILDSTDERR: src/6model/bootstrap.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/bootstrap.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/6model/sc.c:1: BUILDSTDERR: src/6model/sc.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/sc.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/6model/serialization.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/6model/serialization.c: In function 'concatenate_outputs': BUILDSTDERR: src/6model/serialization.c:904:13: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int i = 0; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/6model/serialization.c:1: BUILDSTDERR: src/6model/serialization.c: At top level: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/mast/compiler.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/mast/compiler.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/6model/reprs.h:4:0, BUILDSTDERR: from src/moar.h:128, BUILDSTDERR: from src/mast/compiler.c:1: BUILDSTDERR: src/mast/compiler.c: In function 'cleanup_all': BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/mast/compiler.c:285:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(tc, hash_handle, CallsiteReuseEntry, ws->callsite_reuse_head); BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/mast/compiler.c:1: BUILDSTDERR: src/mast/compiler.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/mast/compiler.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/mast/driver.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/mast/driver.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/mast/driver.c:1: BUILDSTDERR: src/mast/driver.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/mast/driver.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/dump.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/dump.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/dump.c:1: BUILDSTDERR: src/spesh/dump.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/dump.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/dump.c:21:15: warning: 'tell_ds' defined but not used [-Wunused-function] BUILDSTDERR: static size_t tell_ds(DumpStr *ds) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/dump.c:25:13: warning: 'rewind_ds' defined but not used [-Wunused-function] BUILDSTDERR: static void rewind_ds(DumpStr *ds, size_t target) { BUILDSTDERR: ^ compiling src/spesh/graph.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/graph.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/dump.c: In function 'MVM_spesh_dump': BUILDSTDERR: src/spesh/dump.c:174:28: warning: 'line_number' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: appendf(ds, " [Annotation: INS Deopt OSR (idx %d -> pc %d); line %d]\n", BUILDSTDERR: ^ BUILDSTDERR: src/spesh/dump.c:119:19: note: 'line_number' was declared here BUILDSTDERR: MVMuint32 line_number; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/graph.c: In function 'build_cfg': BUILDSTDERR: src/spesh/graph.c:175:18: warning: unused variable 'lineno_ann_offs' [-Wunused-variable] BUILDSTDERR: MVMuint32 lineno_ann_offs = 0; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/graph.c:1: BUILDSTDERR: src/spesh/graph.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/graph.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/mast/compiler.c: In function 'MVM_mast_compile': BUILDSTDERR: src/strings/iter.h:178:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->repetitions = next->repetitions; BUILDSTDERR: ^ BUILDSTDERR: src/mast/compiler.c:1387:25: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ compiling src/spesh/codegen.o compiling src/spesh/candidate.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/codegen.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/candidate.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/codegen.c:1: BUILDSTDERR: src/spesh/codegen.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/codegen.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/candidate.c:1: BUILDSTDERR: src/spesh/candidate.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/candidate.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/candidate.c: In function 'MVM_spesh_candidate_add': BUILDSTDERR: src/spesh/candidate.c:135:61: warning: 'jit_time' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: candidate->jitcode ? "" : "not ", (end_time - jit_time) / 1000); BUILDSTDERR: ^ BUILDSTDERR: src/spesh/candidate.c:129:25: warning: 'spesh_time' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: (spesh_time - start_time) / 1000, BUILDSTDERR: ^ BUILDSTDERR: src/spesh/candidate.c:129:25: warning: 'start_time' may be used uninitialized in this function [-Wmaybe-uninitialized] compiling src/spesh/manipulate.o compiling src/spesh/args.o compiling src/spesh/usages.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/manipulate.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/spesh/facts.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/args.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/manipulate.c:1: BUILDSTDERR: src/spesh/manipulate.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/manipulate.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/usages.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/args.c:1: BUILDSTDERR: src/spesh/args.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/args.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/facts.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/usages.c:1: BUILDSTDERR: src/spesh/usages.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/usages.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/facts.c: In function 'decont_facts': BUILDSTDERR: src/spesh/facts.c:95:52: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: (in_flags & MVM_SPESH_FACT_KNOWN_TYPE) && BUILDSTDERR: ^ BUILDSTDERR: src/spesh/facts.c: In function 'wvalfrom_facts': BUILDSTDERR: src/spesh/facts.c:130:16: warning: unused variable 'target' [-Wunused-variable] BUILDSTDERR: MVMObject *target = MVM_sc_get_object(tc, sc, idx); BUILDSTDERR: ^ BUILDSTDERR: src/spesh/facts.c: In function 'sp_guard_facts': BUILDSTDERR: src/spesh/facts.c:245:20: warning: unused variable 'srcfacts' [-Wunused-variable] BUILDSTDERR: MVMSpeshFacts *srcfacts = &g->facts[ins->operands[1].reg.orig][ins->operands[1].reg.i]; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/facts.c: In function 'add_bb_facts': BUILDSTDERR: src/spesh/facts.c:429:17: warning: unused variable 'is_phi' [-Wunused-variable] BUILDSTDERR: MVMint32 i, is_phi; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/facts.c:1: BUILDSTDERR: src/spesh/facts.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/facts.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/facts.c:213:13: warning: 'coerce_iu_facts' defined but not used [-Wunused-function] BUILDSTDERR: static void coerce_iu_facts(MVMThreadContext *tc, MVMSpeshGraph *g, MVMSpeshIns *ins) { BUILDSTDERR: ^ compiling src/spesh/optimize.o compiling src/spesh/dead_bb_elimination.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/optimize.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/optimize.c: In function 'optimize_decont': BUILDSTDERR: src/spesh/optimize.c:569:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: (obj_facts->flags & MVM_SPESH_FACT_KNOWN_TYPE) && BUILDSTDERR: ^ BUILDSTDERR: src/spesh/optimize.c:661:37: warning: unused variable 'orig_src' [-Wunused-variable] BUILDSTDERR: MVMSpeshOperand orig_src = ins->operands[1]; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/optimize.c: In function 'optimize_guard': BUILDSTDERR: src/spesh/optimize.c:837:52: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: else if (opcode == MVM_OP_sp_guardjustconc && can_drop_concrete_guard BUILDSTDERR: ^ BUILDSTDERR: src/spesh/optimize.c: In function 'insert_arg_decont_type_guard': BUILDSTDERR: src/spesh/optimize.c:1585:21: warning: unused variable 'throwaway' [-Wunused-variable] BUILDSTDERR: MVMSpeshOperand throwaway; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/optimize.c: In function 'optimize_prof_allocated': BUILDSTDERR: src/spesh/optimize.c:2205:20: warning: unused variable 'logee_facts' [-Wunused-variable] BUILDSTDERR: MVMSpeshFacts *logee_facts = MVM_spesh_get_facts(tc, g, ins->operands[0]); BUILDSTDERR: ^ BUILDSTDERR: src/spesh/optimize.c: In function 'conflict_free': BUILDSTDERR: src/spesh/optimize.c:2993:70: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (rw_mode == MVM_operand_write_reg || !allow_reads && rw_mode == MVM_operand_read_reg) BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/optimize.c:1: BUILDSTDERR: src/spesh/optimize.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/optimize.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/dead_bb_elimination.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/dead_bb_elimination.c:1: BUILDSTDERR: src/spesh/dead_bb_elimination.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/dead_bb_elimination.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/dead_ins_elimination.o compiling src/spesh/deopt.o compiling src/spesh/log.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/dead_ins_elimination.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/deopt.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/log.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/dead_ins_elimination.c:1: BUILDSTDERR: src/spesh/dead_ins_elimination.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/dead_ins_elimination.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/deopt.c:1: BUILDSTDERR: src/spesh/deopt.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/deopt.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/threshold.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/log.c:1: BUILDSTDERR: src/spesh/log.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/log.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/deopt.c: In function 'uninline': BUILDSTDERR: src/spesh/deopt.c:70:33: warning: 'last_return_deopt_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: cand->deopts[2 * last_return_deopt_idx]; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/deopt.c:74:20: warning: 'last_res_type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (last_res_type == MVM_RETURN_VOID) BUILDSTDERR: ^ BUILDSTDERR: src/spesh/deopt.c:77:49: warning: 'last_res_reg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: uf->return_value = uf->work + last_res_reg; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/threshold.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/threshold.c:1: BUILDSTDERR: src/spesh/threshold.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/threshold.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/inline.o compiling src/spesh/osr.o compiling src/spesh/lookup.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/inline.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/osr.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/osr.c:1: BUILDSTDERR: src/spesh/osr.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/osr.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/inline.c: In function 'merge_graph': BUILDSTDERR: src/spesh/inline.c:774:5: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] BUILDSTDERR: inliner->handlers[*inline_boundary_handler].category_mask = MVM_EX_INLINE_BOUNDARY; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/lookup.c:9: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/inline.c:1: BUILDSTDERR: src/spesh/inline.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/inline.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/lookup.c:9: BUILDSTDERR: src/spesh/lookup.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/lookup.c:9: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/iterator.o compiling src/spesh/worker.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/iterator.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/worker.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/iterator.c:1: BUILDSTDERR: src/spesh/iterator.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/iterator.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/worker.c:1: BUILDSTDERR: src/spesh/worker.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/worker.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/debug.o BUILDSTDERR: src/spesh/worker.c: In function 'worker': BUILDSTDERR: src/spesh/worker.c:29:40: warning: 'start_time' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: (int)((uv_hrtime() - start_time) / 1000)); BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/debug.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/spesh/stats.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/debug.c:1: BUILDSTDERR: src/spesh/debug.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/debug.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/plan.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/stats.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/plan.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/stats.c:1: BUILDSTDERR: src/spesh/stats.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/stats.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/plan.c:1: BUILDSTDERR: src/spesh/plan.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/plan.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/arg_guard.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/arg_guard.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/spesh/plugin.o BUILDSTDERR: src/spesh/arg_guard.c: In function 'MVM_spesh_arg_guard_gc_mark': BUILDSTDERR: src/spesh/arg_guard.c:534:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] BUILDSTDERR: #pragma clang diagnostic push BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c:535:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] BUILDSTDERR: #pragma clang diagnostic ignored "-Wswitch" BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c:536:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CALLSITE' not handled in switch [-Wswitch] BUILDSTDERR: switch (ag->nodes[i].op) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c:536:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_LOAD_ARG' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:536:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_VALUE' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:536:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_RW' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:536:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CERTAIN_RESULT' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:536:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_RESULT' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:542:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] BUILDSTDERR: #pragma clang diagnostic pop BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c: In function 'MVM_spesh_arg_guard_gc_describe': BUILDSTDERR: src/spesh/arg_guard.c:552:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] BUILDSTDERR: #pragma clang diagnostic push BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c:553:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] BUILDSTDERR: #pragma clang diagnostic ignored "-Wswitch" BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c:554:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CALLSITE' not handled in switch [-Wswitch] BUILDSTDERR: switch (ag->nodes[i].op) { BUILDSTDERR: ^ BUILDSTDERR: src/spesh/arg_guard.c:554:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_LOAD_ARG' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:554:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_VALUE' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:554:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_DEREF_RW' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:554:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_CERTAIN_RESULT' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:554:13: warning: enumeration value 'MVM_SPESH_GUARD_OP_RESULT' not handled in switch [-Wswitch] BUILDSTDERR: src/spesh/arg_guard.c:561:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] BUILDSTDERR: #pragma clang diagnostic pop BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/arg_guard.c:1: BUILDSTDERR: src/spesh/arg_guard.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/arg_guard.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/plugin.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/spesh/plugin.c: In function 'MVM_spesh_plugin_rewrite_resolve': BUILDSTDERR: src/spesh/plugin.c:650:19: warning: variable 'initial_arg_regs_length' set but not used [-Wunused-but-set-variable] BUILDSTDERR: MVMuint32 initial_arg_regs_length, arg_regs_length, i; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/spesh/plugin.c:1: BUILDSTDERR: src/spesh/plugin.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/plugin.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/spesh/frame_walker.o compiling src/strings/decode_stream.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/spesh/frame_walker.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/strings/ascii.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/decode_stream.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/spesh/frame_walker.c:1: BUILDSTDERR: src/spesh/frame_walker.c: At top level: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/decode_stream.c:1: BUILDSTDERR: src/strings/decode_stream.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/decode_stream.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/ascii.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/ascii.c:1: BUILDSTDERR: src/strings/ascii.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ascii.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ascii.c: In function 'MVM_string_ascii_encode_substr': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ascii.c:165:26: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ compiling src/strings/parse_num.o compiling src/strings/utf8.o BUILDSTDERR: src/strings/decode_stream.c: In function 'MVM_string_decode_stream_sep_from_strings': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/decode_stream.c:660:21: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/parse_num.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/strings/utf8_c8.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/utf8.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/parse_num.c:1: BUILDSTDERR: src/strings/parse_num.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/parse_num.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/utf8.c:1: BUILDSTDERR: src/strings/utf8.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/utf8.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/strings/nfg.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/utf8_c8.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/utf8_c8.c:1: BUILDSTDERR: src/strings/utf8_c8.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/utf8_c8.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf8_c8.c:128:13: warning: 'ensure_buffer' defined but not used [-Wunused-function] BUILDSTDERR: static void ensure_buffer(MVMGrapheme32 **buffer, MVMint32 *bufsize, MVMint32 needed) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/nfg.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/nfg.c:1: BUILDSTDERR: src/strings/nfg.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/nfg.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf8.c: In function 'MVM_string_utf8_decodestream': BUILDSTDERR: src/strings/utf8.c:508:39: warning: 'lag_last_accept_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: MVM_string_decodestream_discard_to(tc, ds, last_accept_bytes, last_accept_pos); BUILDSTDERR: ^ compiling src/strings/ops.o BUILDSTDERR: src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decode': BUILDSTDERR: src/strings/utf8_c8.c:384:28: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (min_expected_codepoint <= state.cur_codepoint && in_range(state.cur_codepoint)) BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decodestream': BUILDSTDERR: src/strings/utf8_c8.c:523:32: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (state.cur_codepoint >= min_expected_codepoint) BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/utf8.c:1: BUILDSTDERR: src/strings/utf8.c: In function 'MVM_string_utf8_encode_substr': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf8.c:519:22: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c: In function 'iterate_gi_into_string': BUILDSTDERR: src/strings/ops.c:245:9: warning: unused variable 'result_pos' [-Wunused-variable] BUILDSTDERR: int result_pos = 0; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c: In function 'MVM_string_print': BUILDSTDERR: src/strings/ops.c:1101:18: warning: unused variable 'handle' [-Wunused-variable] BUILDSTDERR: MVMOSHandle *handle = (MVMOSHandle *)tc->instance->stdout_handle; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c: In function 'string_equal_at_ignore_case': BUILDSTDERR: src/strings/ops.c:1218:20: warning: unused variable 'n_graphs' [-Wunused-variable] BUILDSTDERR: MVMStringIndex n_graphs = MVM_string_graphs(tc, needle); BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c: In function 'string_index_ignore_case': BUILDSTDERR: src/strings/ops.c:1333:14: warning: unused variable 'return_val' [-Wunused-variable] BUILDSTDERR: MVMint64 return_val = -1; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c: In function 'MVM_string_ord_basechar_at': BUILDSTDERR: src/strings/ops.c:1410:14: warning: unused variable 'ready' [-Wunused-variable] BUILDSTDERR: MVMint32 ready; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/utf8_c8.c:1: BUILDSTDERR: src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_encode_substr': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf8_c8.c:646:22: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/ops.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ generating src/strings/unicode.c compiling src/strings/normalize.o compiling src/strings/latin1.o compiling src/strings/utf16.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/normalize.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/latin1.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/utf16.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/strings/latin1.c: In function 'MVM_string_latin1_decodestream': BUILDSTDERR: src/strings/latin1.c:114:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: stopper_chars && *stopper_chars == total) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/normalize.c:1: BUILDSTDERR: src/strings/normalize.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/normalize.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/normalize.c:337:17: warning: 'ccc_old' defined but not used [-Wunused-function] BUILDSTDERR: static MVMint64 ccc_old(MVMThreadContext *tc, MVMCodepoint cp) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/normalize.c:512:17: warning: 'maybe_hangul' defined but not used [-Wunused-function] BUILDSTDERR: static MVMint32 maybe_hangul(MVMCodepoint cp) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/normalize.c:515:17: warning: 'is_grapheme_extend' defined but not used [-Wunused-function] BUILDSTDERR: static MVMint32 is_grapheme_extend(MVMThreadContext *tc, MVMCodepoint cp) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/latin1.c:1: BUILDSTDERR: src/strings/latin1.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/latin1.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c: In function 'MVM_string_utf16_decodestream_main': BUILDSTDERR: src/strings/utf16.c:166:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: stopper_chars && *stopper_chars == total) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c:134:27: warning: unused variable 'g' [-Wunused-variable] BUILDSTDERR: MVMGrapheme32 g; BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c:63:15: warning: unused variable 'bytes' [-Wunused-variable] BUILDSTDERR: MVMuint8 *bytes = (unsigned char *)cur_bytes->bytes; BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c:62:15: warning: unused variable 'pos' [-Wunused-variable] BUILDSTDERR: MVMint32 pos = cur_bytes == ds->bytes_head ? ds->bytes_head_pos : 0; BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c:59:31: warning: variable 'last_was_cr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: MVMint32 last_accept_pos, last_was_cr; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/utf16.c:1: BUILDSTDERR: src/strings/utf16.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/utf16.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c: In function 'MVM_string_utf16_decodestream_main': BUILDSTDERR: src/strings/utf16.c:62:70: warning: 'cur_bytes' is used uninitialized in this function [-Wuninitialized] BUILDSTDERR: MVMint32 pos = cur_bytes == ds->bytes_head ? ds->bytes_head_pos : 0; BUILDSTDERR: ^ BUILDSTDERR: src/strings/latin1.c: In function 'MVM_string_latin1_encode_substr': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/latin1.c:171:26: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ compiling src/strings/windows1252.o BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/utf16.c:1: BUILDSTDERR: src/strings/utf16.c: In function 'MVM_string_utf16_encode_substr_main': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/utf16.c:326:22: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/windows1252.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/windows1252.c:1: BUILDSTDERR: src/strings/windows1252.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/windows1252.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/strings/shiftjis.o BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/normalize.c:1: BUILDSTDERR: src/strings/normalize.c: In function 'MVM_unicode_string_to_codepoints': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/normalize.c:150:23: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/shiftjis.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/strings/shiftjis.c: In function 'MVM_string_shiftjis_decode': BUILDSTDERR: src/strings/shiftjis.c:192:36: warning: unused variable 'additional_bytes' [-Wunused-variable] BUILDSTDERR: size_t pos = 0, result_graphs, additional_bytes = 0; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/shiftjis.c:1: BUILDSTDERR: src/strings/shiftjis.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/shiftjis.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/strings/shiftjis_codeindex.o BUILDSTDERR: src/strings/windows1252.c: In function 'MVM_string_windows125X_encode_substr': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/windows1252.c:598:26: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/shiftjis_codeindex.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/shiftjis_codeindex.c:1: BUILDSTDERR: src/strings/shiftjis_codeindex.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/shiftjis_codeindex.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/strings/shiftjis_codeindex.c:2:0: BUILDSTDERR: src/strings/shiftjis_codeindex.h:598:17: warning: 'shift_jis_cp_to_index' defined but not used [-Wunused-function] BUILDSTDERR: static MVMint16 shift_jis_cp_to_index (MVMThreadContext *tc, MVMGrapheme32 codepoint) { BUILDSTDERR: ^ compiling src/math/bigintops.o compiling src/profiler/instrument.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/math/bigintops.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/profiler/instrument.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/math/bigintops.c:1: BUILDSTDERR: src/math/bigintops.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/math/bigintops.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/profiler/instrument.c:1: BUILDSTDERR: src/profiler/instrument.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/profiler/instrument.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/profiler/log.o BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/ops.c: In function 'MVM_string_index_of_grapheme': BUILDSTDERR: src/strings/iter.h:178:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->repetitions = next->repetitions; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:1480:21: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/profiler/log.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/profiler/log.c:1: BUILDSTDERR: src/profiler/log.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/profiler/log.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/profiler/profile.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/profiler/profile.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/profiler/profile.c:1: BUILDSTDERR: src/profiler/profile.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/profiler/profile.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/profiler/heapsnapshot.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/profiler/heapsnapshot.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/ops.c: In function 'MVM_string_compare': BUILDSTDERR: src/strings/iter.h:178:39: warning: 'gi_b.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->repetitions = next->repetitions; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:169:28: warning: 'gi_b.repetitions' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->repetitions--; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.repetitions' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:157:12: warning: 'gi_b.pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (gi->pos < gi->end) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.pos' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:157:12: warning: 'gi_b.end' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (gi->pos < gi->end) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.end' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:179:34: warning: 'gi_b.strands_remaining' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->strands_remaining--; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.strands_remaining' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:158:13: warning: 'gi_b.blob_type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: switch (gi->blob_type) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.blob_type' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:160:51: warning: 'gi_b.active_blob.any' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return gi->active_blob.blob_32[gi->pos++]; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:27: note: 'gi_b.active_blob.any' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:178:39: warning: 'gi_a.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->repetitions = next->repetitions; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:169:28: warning: 'gi_a.repetitions' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->repetitions--; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.repetitions' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:157:12: warning: 'gi_a.pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (gi->pos < gi->end) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.pos' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: src/strings/shiftjis.c: In function 'MVM_string_shiftjis_encode_substr': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/shiftjis.c:38:26: note: 'ci.next_strand' was declared here BUILDSTDERR: MVMCodepointIter ci; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:157:12: warning: 'gi_a.end' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if (gi->pos < gi->end) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.end' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:179:34: warning: 'gi_a.strands_remaining' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->strands_remaining--; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.strands_remaining' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:158:13: warning: 'gi_a.blob_type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: switch (gi->blob_type) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.blob_type' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/iter.h:160:51: warning: 'gi_a.active_blob.any' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: return gi->active_blob.blob_32[gi->pos++]; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2329:21: note: 'gi_a.active_blob.any' was declared here BUILDSTDERR: MVMGraphemeIter gi_a, gi_b; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/6model/reprs.h:4:0, BUILDSTDERR: from src/moar.h:128, BUILDSTDERR: from src/profiler/heapsnapshot.c:1: BUILDSTDERR: src/profiler/heapsnapshot.c: In function 'record_snapshot': BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/profiler/heapsnapshot.c:630:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(tc, hash_handle, MVMHeapSnapshotSeen, ss.seen); BUILDSTDERR: ^ BUILDSTDERR: src/profiler/heapsnapshot.c: In function 'references_to_filehandle': BUILDSTDERR: src/profiler/heapsnapshot.c:852:22: warning: unused variable 'descr8' [-Wunused-variable] BUILDSTDERR: MVMuint8 descr8, kind8, index8; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/profiler/heapsnapshot.c:1: BUILDSTDERR: src/profiler/heapsnapshot.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/profiler/heapsnapshot.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/profiler/heapsnapshot.c:154:13: warning: 'add_reference_cstr' defined but not used [-Wunused-function] BUILDSTDERR: static void add_reference_cstr(MVMThreadContext *tc, MVMHeapSnapshotState *ss, BUILDSTDERR: ^ compiling src/profiler/telemeh.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/profiler/telemeh.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/profiler/telemeh.c:1: BUILDSTDERR: src/profiler/telemeh.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/profiler/telemeh.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/instrument/crossthreadwrite.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/instrument/crossthreadwrite.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/instrument/crossthreadwrite.c:1: BUILDSTDERR: src/instrument/crossthreadwrite.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/instrument/crossthreadwrite.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/ops.c: In function 'do_case_change': BUILDSTDERR: src/strings/iter.h:175:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: gi->pos = next->start; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:1501:25: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ compiling src/instrument/line_coverage.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/instrument/line_coverage.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/instrument/line_coverage.c: In function 'instrument_graph_with_breakpoints': BUILDSTDERR: src/instrument/line_coverage.c:11:14: warning: unused variable 'last_line_number' [-Wunused-variable] BUILDSTDERR: MVMint32 last_line_number = -2; BUILDSTDERR: ^ BUILDSTDERR: src/instrument/line_coverage.c:9:15: warning: unused variable 'array_slot' [-Wunused-variable] BUILDSTDERR: MVMuint16 array_slot = 0; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/instrument/line_coverage.c:1: BUILDSTDERR: src/instrument/line_coverage.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/instrument/line_coverage.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/platform/sys.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/platform/sys.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/platform/sys.c:1: BUILDSTDERR: src/platform/sys.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/platform/sys.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/platform/random.o compiling src/platform/memmem32.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/platform/random.c:62: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/ops.c: In function 'MVM_string_find_cclass': BUILDSTDERR: src/strings/iter.h:88:33: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: next = (gi->next_strand)++; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2652:21: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/platform/random.c:62: BUILDSTDERR: src/platform/random.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/platform/random.c:62: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/moar.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/platform/memmem32.c:29: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/ops.c:3: BUILDSTDERR: src/strings/ops.c: In function 'MVM_string_find_not_cclass': BUILDSTDERR: src/strings/iter.h:88:33: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: next = (gi->next_strand)++; BUILDSTDERR: ^ BUILDSTDERR: src/strings/ops.c:2696:21: note: 'gi.next_strand' was declared here BUILDSTDERR: MVMGraphemeIter gi; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/platform/memmem32.c:29: BUILDSTDERR: src/platform/memmem32.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/platform/memmem32.c:29: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/moar.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/6model/reprs.h:4:0, BUILDSTDERR: from src/moar.h:128, BUILDSTDERR: from src/moar.c:1: BUILDSTDERR: src/moar.c: In function 'MVM_vm_destroy_instance': BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:535:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMReprRegistry, instance->repr_hash); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:554:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMHLLConfig, instance->compiler_hll_configs); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:555:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMHLLConfig, instance->compilee_hll_configs); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:559:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMDLLRegistry, instance->dll_registry); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:563:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMExtRegistry, instance->ext_registry); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:567:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMExtOpRegistry, instance->extop_registry); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:572:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMSerializationContextBody, instance->sc_weakhash); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:576:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMLoadedCompUnitName, instance->loaded_compunits); BUILDSTDERR: ^ BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/moar.c:580:5: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(instance->main_thread, hash_handle, MVMContainerRegistry, instance->container_registry); BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/moar.c:1: BUILDSTDERR: src/moar.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/moar.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/platform/posix/mmap.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/platform/posix/mmap.c:3: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/platform/posix/mmap.c:3: BUILDSTDERR: src/platform/posix/mmap.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/platform/posix/mmap.c:3: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/platform/posix/time.o compiling src/platform/posix/io.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/platform/posix/time.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ compiling src/platform/posix/fork.o BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/platform/posix/time.c:1: BUILDSTDERR: src/platform/posix/time.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/platform/posix/time.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling src/jit/stub.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/platform/posix/fork.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/platform/posix/fork.c:1: BUILDSTDERR: src/platform/posix/fork.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/platform/posix/fork.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling 3rdparty/cmp/cmp.o BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/jit/stub.c:1: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ linking 3rdparty/libatomicops/src/libatomic_ops.a BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/jit/stub.c:1: BUILDSTDERR: src/jit/stub.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/jit/stub.c:1: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ compiling 3rdparty/tinymt/tinymt64.o compiling 3rdparty/sha1/sha1.o checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu 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... compiling 3rdparty/libtommath/bn_error.o no checking for suffix of object files... compiling 3rdparty/libtommath/bn_fast_mp_invmod.o 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_fast_mp_montgomery_reduce.o none needed checking whether gcc understands -c and -o together... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o yes checking dependency style of gcc... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o gcc3 checking dependency style of gcc... compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... compiling 3rdparty/libtommath/bn_mp_2expt.o gcc -E compiling 3rdparty/libtommath/bn_mp_abs.o 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_mp_add.o compiling 3rdparty/libtommath/bn_mp_add_d.o compiling 3rdparty/libtommath/bn_mp_addmod.o compiling 3rdparty/libtommath/bn_mp_and.o yes checking for sys/types.h... compiling 3rdparty/libtommath/bn_mp_clamp.o yes checking for sys/stat.h... compiling 3rdparty/libtommath/bn_mp_clear.o yes checking for stdlib.h... compiling 3rdparty/libtommath/bn_mp_clear_multi.o yes checking for string.h... compiling 3rdparty/libtommath/bn_mp_cmp.o compiling 3rdparty/libtommath/bn_mp_cmp_d.o yes compiling 3rdparty/libtommath/bn_mp_cmp_mag.o compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o checking for memory.h... compiling 3rdparty/libtommath/bn_mp_copy.o yes checking for strings.h... 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 inttypes.h... compiling 3rdparty/libtommath/bn_mp_div_2d.o yes compiling 3rdparty/libtommath/bn_mp_div_3.o checking for stdint.h... compiling 3rdparty/libtommath/bn_mp_div_d.o yes compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o checking for unistd.h... compiling 3rdparty/libtommath/bn_mp_dr_reduce.o compiling 3rdparty/libtommath/bn_mp_dr_setup.o yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes compiling 3rdparty/libtommath/bn_mp_exch.o checking for sys/param.h... compiling 3rdparty/libtommath/bn_mp_export.o compiling 3rdparty/libtommath/bn_mp_expt_d.o yes checking for getpagesize... compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o compiling 3rdparty/libtommath/bn_mp_exptmod.o yes checking for working mmap... compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o compiling 3rdparty/libtommath/bn_mp_exteuclid.o yes checking for PIC compiler flag... -fPIC checking whether gcc -fPIC causes __PIC__ definition... compiling 3rdparty/libtommath/bn_mp_fread.o yes checking for gcc -Wextra... compiling 3rdparty/libtommath/bn_mp_fwrite.o yes checking for pthread_self in -lpthread... compiling 3rdparty/libtommath/bn_mp_gcd.o compiling 3rdparty/libtommath/bn_mp_get_int.o yes compiling 3rdparty/libtommath/bn_mp_get_long.o compiling 3rdparty/libtommath/bn_mp_get_long_long.o checking that generated files are newer than configure... done configure: creating ./config.status 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 config.status: creating src/Makefile compiling 3rdparty/libtommath/bn_mp_init_size.o config.status: creating src/config.h compiling 3rdparty/libtommath/bn_mp_invmod.o config.status: executing depfiles commands compiling 3rdparty/libtommath/bn_mp_invmod_slow.o config.status: executing default commands compiling 3rdparty/libtommath/bn_mp_is_square.o make[1]: Entering directory `/builddir/build/BUILD/MoarVM-2018.11/3rdparty/libatomicops/src' make all-am make[2]: Entering directory `/builddir/build/BUILD/MoarVM-2018.11/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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=1 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c compiling 3rdparty/libtommath/bn_mp_jacobi.o compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po 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.11/3rdparty/libatomicops/src' make[1]: Leaving directory `/builddir/build/BUILD/MoarVM-2018.11/3rdparty/libatomicops/src' 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 BUILDSTDERR: In file included from src/moar.h:100:0, BUILDSTDERR: from src/strings/unicode.c:56: BUILDSTDERR: src/strings/uthash.h: In function 'HASH_ADD_TO_BKT': BUILDSTDERR: src/strings/uthash.h:630:25: warning: unused variable 'next' [-Wunused-variable] BUILDSTDERR: UT_hash_handle *next = addhh->hh_next = head->hh_next; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: At top level: BUILDSTDERR: src/strings/unicode.c:281:5: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: {0x0,0x0,0x0}, BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:281:5: warning: (near initialization for 'SpecialCasing_table[0][0]') [-Wmissing-braces] BUILDSTDERR: src/strings/unicode.c: In function 'collation_push_MVM_values': BUILDSTDERR: src/strings/unicode.c:83738:9: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: MVM_unicode_collation_primary(tc, cp), MVM_unicode_collation_secondary(tc, cp), MVM_unicode_collation_tertiary(tc, cp), 0 BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:83738:9: warning: (near initialization for 'MVM_coll_key.s') [-Wmissing-braces] BUILDSTDERR: src/strings/unicode.c:83746:13: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: {0, 0x20, 0x2, 0}, BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:83746:13: warning: (near initialization for 'calculated_key[0].s') [-Wmissing-braces] BUILDSTDERR: src/strings/unicode.c:83744:15: warning: unused variable 'block_pushed' [-Wunused-variable] BUILDSTDERR: char *block_pushed = NULL; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: In function 'get_main_node': BUILDSTDERR: src/strings/unicode.c:83855:9: warning: unused variable 'counter' [-Wunused-variable] BUILDSTDERR: int counter = 0; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: In function 'collation_push_cp': BUILDSTDERR: src/strings/unicode.c:83879:9: warning: unused variable 'cp_num_orig' [-Wunused-variable] BUILDSTDERR: int cp_num_orig = cp_num; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:83875:14: warning: variable 'rtrn' set but not used [-Wunused-but-set-variable] BUILDSTDERR: MVMint64 rtrn = 0; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: In function 'init_ringbuffer': BUILDSTDERR: src/strings/unicode.c:83955:14: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: MVMint64 i; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: In function 'MVM_unicode_string_compare': BUILDSTDERR: src/strings/unicode.c:84010:9: warning: missing braces around initializer [-Wmissing-braces] BUILDSTDERR: { {0,0,0}, {0,0,0}, {0,0,0}, {0,0,0} } BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:84010:9: warning: (near initialization for 'level_eval_settings.s.primary.a2') [-Wmissing-braces] BUILDSTDERR: src/strings/unicode.c:84024:36: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: MVMint64 pos_a = 0, pos_b = 0, i = 0, rtrn = 0; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:84007:23: warning: unused variable 'bi' [-Wunused-variable] BUILDSTDERR: MVMGrapheme32 ai, bi; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:84007:19: warning: unused variable 'ai' [-Wunused-variable] BUILDSTDERR: MVMGrapheme32 ai, bi; BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: In function 'MVM_unicode_lookup_by_name': BUILDSTDERR: src/strings/unicode.c:84181:15: warning: unused variable 'size' [-Wunused-variable] BUILDSTDERR: MVMuint64 size; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/6model/reprs.h:4:0, BUILDSTDERR: from src/moar.h:128, BUILDSTDERR: from src/strings/unicode.c:56: BUILDSTDERR: src/strings/unicode.c: In function 'MVM_unicode_release': BUILDSTDERR: src/6model/reprs/MVMHash.h:49:14: warning: unused variable 'bucket_tmp' [-Wunused-variable] BUILDSTDERR: unsigned bucket_tmp; \ BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:84561:13: note: in expansion of macro 'MVM_HASH_DESTROY' BUILDSTDERR: MVM_HASH_DESTROY(tc, hash_handle, MVMUnicodeNameRegistry, unicode_property_values_hashes[i]); BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c:84549:37: warning: unused variable 'entry' [-Wunused-variable] BUILDSTDERR: MVMUnicodeNameRegistry *entry = NULL; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:101:0, BUILDSTDERR: from src/strings/unicode.c:56: BUILDSTDERR: src/strings/unicode.c: At top level: BUILDSTDERR: src/core/interp.h:124:15: warning: 'MVM_reg_get_debug_name' defined but not used [-Wunused-function] BUILDSTDERR: static char * MVM_reg_get_debug_name(MVMThreadContext *tc, MVMuint16 type) { BUILDSTDERR: ^ BUILDSTDERR: In file included from src/moar.h:177:0, BUILDSTDERR: from src/strings/unicode.c:56: BUILDSTDERR: src/strings/iter.h:57:13: warning: 'MVM_string_gi_next_strand_rep' defined but not used [-Wunused-function] BUILDSTDERR: static void MVM_string_gi_next_strand_rep(MVMThreadContext *tc, MVMGraphemeIter *gi) { BUILDSTDERR: ^ BUILDSTDERR: src/strings/unicode.c: In function 'collation_push_cp': BUILDSTDERR: src/strings/unicode.c:83876:18: warning: 'cps[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: MVMCodepoint cps[10]; BUILDSTDERR: ^ 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.Ww7K0G + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386 + cd MoarVM-2018.11 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386 /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/lib" /usr/bin/perl -MExtUtils::Command -e rm_f "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/lib/libmoar.so" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/strings/siphash" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/strings/siphash" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/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.11-1.el7.i386/usr/include/libatomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/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.11-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/include/libtommath + chmod 755 /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/lib/libmoar.so + /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/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.11 extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/bin/moar extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/lib/libmoar.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 24803 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.11-1.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WhMxTi + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.11 + DOCDIR=/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/doc/moarvm-0.2018.11 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/doc/moarvm-0.2018.11 + cp -pr CREDITS /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/doc/moarvm-0.2018.11 + cp -pr docs /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/doc/moarvm-0.2018.11 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.l0HHPU + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.11 + LICENSEDIR=/builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/licenses/moarvm-0.2018.11 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/licenses/moarvm-0.2018.11 + cp -pr LICENSE /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386/usr/share/licenses/moarvm-0.2018.11 + exit 0 Provides: libmoar.so moarvm = 0.2018.11-1.el7 moarvm(x86-32) = 0.2018.11-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libffi.so.6 libm.so.6 libm.so.6(GLIBC_2.0) libmoar.so libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.2) librt.so.1 librt.so.1(GLIBC_2.2) libuv.so.1 rtld(GNU_HASH) Processing files: moarvm-devel-0.2018.11-1.el7.i686 Provides: moarvm-devel = 0.2018.11-1.el7 moarvm-devel(x86-32) = 0.2018.11-1.el7 pkgconfig(moar) = 2018.11 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.11-1.el7.i686 Provides: moarvm-debuginfo = 0.2018.11-1.el7 moarvm-debuginfo(x86-32) = 0.2018.11-1.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.11-1.el7.i386 Wrote: /builddir/build/RPMS/moarvm-0.2018.11-1.el7.i686.rpm Wrote: /builddir/build/RPMS/moarvm-devel-0.2018.11-1.el7.i686.rpm Wrote: /builddir/build/RPMS/moarvm-debuginfo-0.2018.11-1.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TDjA8h + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2018.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/moarvm-0.2018.11-1.el7.i386 + exit 0 Child return code was: 0