Skip to content

Instantly share code, notes, and snippets.

@CapsAdmin
Created October 11, 2016 22:01
Show Gist options
  • Save CapsAdmin/c5cab3e28f9cad5af1d15811e3c097f2 to your computer and use it in GitHub Desktop.
Save CapsAdmin/c5cab3e28f9cad5af1d15811e3c097f2 to your computer and use it in GitHub Desktop.
caps@caps-MS-7798:/media/caps/ssd_840_120gb/goluwa/src/lua/build/luajit_forks/repo/fsfod-gcarena_52compat$ make
==== Building LuaJIT 2.1.0-beta2 ====
make -C src
make[1]: Entering directory '/media/caps/ssd_840_120gb/goluwa/src/lua/build/luajit_forks/repo/fsfod-gcarena_52compat/src'
HOSTCC host/minilua.o
HOSTLINK host/minilua
DYNASM host/buildvm_arch.h
HOSTCC host/buildvm.o
In file included from ./lj_gc.h:9:0,
from host/buildvm.c:19:
./lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_fold.o
HOSTLINK host/buildvm
BUILDVM lj_vm.S
ASM lj_vm.o
CC lj_gc.o
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h: In function ‘print_arenacreated’:
timerdef.h:56:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("arenacreated: address %p, arenaid %u, flags %i\n", (uintptr_t)msg->address.ptr32, ((msg->msgid >> 8) & 0xffffff), msg->flags);
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h: In function ‘print_gcobj’:
timerdef.h:85:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
printf("gcobj: kind %u, size %u, address %p\n", ((msg->msgid >> 8) & 0xf), ((msg->msgid >> 12) & 0xfffff), (uintptr_t)msg->address.gcptr32);
^
timerdef.h: In function ‘print_stringmarker’:
timerdef.h:148:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("stringmarker: flags %u, size %u, label %s, time %ull\n", ((msg->msgid >> 8) & 0xffff), msg->size, (const char*)(msg+1), msg->time);
^
timerdef.h: In function ‘print_section’:
timerdef.h:192:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("section: id %s, time %ull, start %u\n", sections_names[((msg->msgid >> 8) & 0x7fffff)], msg->time, ((msg->msgid >> 31) & 0x1));
^
timerdef.h: In function ‘print_gcstate’:
timerdef.h:223:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("gcstate: state %u, prevstate %u, totalmem %u, time %ull\n", ((msg->msgid >> 8) & 0xff), ((msg->msgid >> 16) & 0xff), msg->totalmem, msg->time);
^
lj_gc.c: In function ‘pqueue_pushdown’:
lj_gc.c:460:14: warning: unused variable ‘child’ [-Wunused-variable]
GCArena *child = lsize > rsize ? q->array[child_left(i)] : q->array[child_right(i)];
^
lj_gc.c: In function ‘propagate_arenagrays’:
lj_gc.c:532:18: warning: unused variable ‘freelist’ [-Wunused-variable]
ArenaFreeList *freelist = arena_freelist(arena);
^
lj_gc.c: In function ‘lj_gc_setfinalizable’:
lj_gc.c:686:5: warning: implicit declaration of function ‘hugeblock_setfinalizable’ [-Wimplicit-function-declaration]
hugeblock_setfinalizable(L, o);
^
lj_gc.c: In function ‘lj_gc_findnewarena’:
lj_gc.c:902:14: warning: unused variable ‘arena’ [-Wunused-variable]
GCArena *arena = lj_gc_arenaref(g, i);
^
lj_gc.c:898:27: warning: unused variable ‘curarena’ [-Wunused-variable]
GCArena *arena = NULL, *curarena = travobj ? g->travarena : g->arena;
^
lj_gc.c: In function ‘lj_gc_freearena’:
lj_gc.c:953:20: warning: unused variable ‘freelist’ [-Wunused-variable]
ArenaFreeList *freelist = g->gc.freelists + g->gc.arenastop;
^
lj_gc.c: In function ‘arenasweep_start’:
lj_gc.c:1139:22: warning: unused variable ‘trav’ [-Wunused-variable]
MSize nontrav = 0, trav = 0;
^
lj_gc.c:1139:9: warning: unused variable ‘nontrav’ [-Wunused-variable]
MSize nontrav = 0, trav = 0;
^
lj_gc.c: In function ‘lj_mem_newcd’:
lj_gc.c:1587:17: warning: unused variable ‘g’ [-Wunused-variable]
global_State *g = G(L);
^
lj_gc.c: In function ‘findarenaspace’:
lj_gc.c:1598:12: warning: unused variable ‘mask’ [-Wunused-variable]
uint32_t mask = ArenaFlag_NoBump|ArenaFlag_Explicit|ArenaFlag_TravObjs;
^
lj_gc.c:1597:12: warning: unused variable ‘flags’ [-Wunused-variable]
uint32_t flags = (travobj ? ArenaFlag_TravObjs : 0);
^
lj_gc.c: In function ‘lj_mem_reallocgc’:
lj_gc.c:1660:18: warning: unused variable ‘arena’ [-Wunused-variable]
GCArena *arena = ptr2arena(p);
^
In file included from lj_gc.c:31:0:
lj_gc.c: At top level:
lj_timer.h:68:3: warning: ‘lj_buf_more’ is static but used in inline function ‘celllist_start’ which is not static
lj_buf_more(sb, (maxcellnum *2)+16);
^
In file included from lj_gc.h:9:0,
from lj_gc.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.c:31:0:
lj_timer.h:55:17: warning: ‘timercounters’ defined but not used [-Wunused-variable]
static uint32_t timercounters[256];
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h:19:17: warning: ‘msgsizes’ defined but not used [-Wunused-variable]
static uint32_t msgsizes[] = {
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h:361:19: warning: ‘msgprinters’ defined but not used [-Wunused-variable]
static msgprinter msgprinters[] = {
^
timerdef.h:388:20: warning: ‘Counter_names’ defined but not used [-Wunused-variable]
static const char *Counter_names[] = {
^
lj_gc.c:510:17: warning: ‘largestgray’ defined but not used [-Wunused-function]
static GCArena* largestgray(global_State *g)
^
lj_gc.c: In function ‘lj_mem_reallocgc’:
lj_gc.c:1651:9: warning: ‘mem’ may be used uninitialized in this function [-Wmaybe-uninitialized]
void* mem;
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h: In function ‘print_arenacreated’:
timerdef.h:56:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("arenacreated: address %p, arenaid %u, flags %i\n", (uintptr_t)msg->address.ptr32, ((msg->msgid >> 8) & 0xffffff), msg->flags);
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h: In function ‘print_gcobj’:
timerdef.h:85:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
printf("gcobj: kind %u, size %u, address %p\n", ((msg->msgid >> 8) & 0xf), ((msg->msgid >> 12) & 0xfffff), (uintptr_t)msg->address.gcptr32);
^
timerdef.h: In function ‘print_stringmarker’:
timerdef.h:148:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("stringmarker: flags %u, size %u, label %s, time %ull\n", ((msg->msgid >> 8) & 0xffff), msg->size, (const char*)(msg+1), msg->time);
^
timerdef.h: In function ‘print_section’:
timerdef.h:192:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("section: id %s, time %ull, start %u\n", sections_names[((msg->msgid >> 8) & 0x7fffff)], msg->time, ((msg->msgid >> 31) & 0x1));
^
timerdef.h: In function ‘print_gcstate’:
timerdef.h:223:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("gcstate: state %u, prevstate %u, totalmem %u, time %ull\n", ((msg->msgid >> 8) & 0xff), ((msg->msgid >> 16) & 0xff), msg->totalmem, msg->time);
^
lj_gc.c: In function ‘pqueue_pushdown’:
lj_gc.c:460:14: warning: unused variable ‘child’ [-Wunused-variable]
GCArena *child = lsize > rsize ? q->array[child_left(i)] : q->array[child_right(i)];
^
lj_gc.c: In function ‘propagate_arenagrays’:
lj_gc.c:532:18: warning: unused variable ‘freelist’ [-Wunused-variable]
ArenaFreeList *freelist = arena_freelist(arena);
^
lj_gc.c: In function ‘lj_gc_setfinalizable’:
lj_gc.c:686:5: warning: implicit declaration of function ‘hugeblock_setfinalizable’ [-Wimplicit-function-declaration]
hugeblock_setfinalizable(L, o);
^
lj_gc.c: In function ‘lj_gc_findnewarena’:
lj_gc.c:902:14: warning: unused variable ‘arena’ [-Wunused-variable]
GCArena *arena = lj_gc_arenaref(g, i);
^
lj_gc.c:898:27: warning: unused variable ‘curarena’ [-Wunused-variable]
GCArena *arena = NULL, *curarena = travobj ? g->travarena : g->arena;
^
lj_gc.c: In function ‘lj_gc_freearena’:
lj_gc.c:953:20: warning: unused variable ‘freelist’ [-Wunused-variable]
ArenaFreeList *freelist = g->gc.freelists + g->gc.arenastop;
^
lj_gc.c: In function ‘arenasweep_start’:
lj_gc.c:1139:22: warning: unused variable ‘trav’ [-Wunused-variable]
MSize nontrav = 0, trav = 0;
^
lj_gc.c:1139:9: warning: unused variable ‘nontrav’ [-Wunused-variable]
MSize nontrav = 0, trav = 0;
^
lj_gc.c: In function ‘lj_mem_newcd’:
lj_gc.c:1587:17: warning: unused variable ‘g’ [-Wunused-variable]
global_State *g = G(L);
^
lj_gc.c: In function ‘findarenaspace’:
lj_gc.c:1598:12: warning: unused variable ‘mask’ [-Wunused-variable]
uint32_t mask = ArenaFlag_NoBump|ArenaFlag_Explicit|ArenaFlag_TravObjs;
^
lj_gc.c:1597:12: warning: unused variable ‘flags’ [-Wunused-variable]
uint32_t flags = (travobj ? ArenaFlag_TravObjs : 0);
^
lj_gc.c: In function ‘lj_mem_reallocgc’:
lj_gc.c:1660:18: warning: unused variable ‘arena’ [-Wunused-variable]
GCArena *arena = ptr2arena(p);
^
In file included from lj_gc.c:31:0:
lj_gc.c: At top level:
lj_timer.h:68:3: warning: ‘lj_buf_more’ is static but used in inline function ‘celllist_start’ which is not static
lj_buf_more(sb, (maxcellnum *2)+16);
^
In file included from lj_gc.h:9:0,
from lj_gc.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.c:31:0:
lj_timer.h:55:17: warning: ‘timercounters’ defined but not used [-Wunused-variable]
static uint32_t timercounters[256];
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h:19:17: warning: ‘msgsizes’ defined but not used [-Wunused-variable]
static uint32_t msgsizes[] = {
^
In file included from lj_timer.h:88:0,
from lj_gc.c:31:
timerdef.h:361:19: warning: ‘msgprinters’ defined but not used [-Wunused-variable]
static msgprinter msgprinters[] = {
^
timerdef.h:388:20: warning: ‘Counter_names’ defined but not used [-Wunused-variable]
static const char *Counter_names[] = {
^
lj_gc.c:510:17: warning: ‘largestgray’ defined but not used [-Wunused-function]
static GCArena* largestgray(global_State *g)
^
lj_gc.c: In function ‘lj_mem_reallocgc’:
lj_gc.c:1651:9: warning: ‘mem’ may be used uninitialized in this function [-Wmaybe-uninitialized]
void* mem;
^
BUILDVM lj_ffdef.h
CC lj_err.o
CC lj_char.o
BUILDVM lj_bcdef.h
CC lj_bc.o
CC lj_obj.o
CC lj_buf.o
In file included from lj_gc.h:9:0,
from lj_buf.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_str.o
In file included from lj_gc.h:9:0,
from lj_str.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_str.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_tab.o
In file included from lj_gc.h:9:0,
from lj_tab.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_tab.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_func.o
In file included from lj_gc.h:9:0,
from lj_func.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_func.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_udata.o
In file included from lj_gc.h:9:0,
from lj_udata.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_udata.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_meta.o
In file included from lj_gc.h:9:0,
from lj_meta.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_meta.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_debug.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_debug.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_debug.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_state.o
lj_state.c: In function ‘lj_state_new’:
lj_state.c:279:40: warning: passing argument 3 of ‘arena_adddefermark’ from incompatible pointer type [-Wincompatible-pointer-types]
arena_adddefermark(L, ptr2arena(L1), L1);
^
In file included from lj_gc.h:9:0,
from lj_state.c:13:
lj_gcarena.h:224:6: note: expected ‘GCobj * {aka union GCobj *}’ but argument is of type ‘lua_State * {aka struct lua_State *}’
void arena_adddefermark(lua_State *L, GCArena *arena, GCobj *o);
^
lj_state.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
lj_state.c: In function ‘lj_state_new’:
lj_state.c:279:40: warning: passing argument 3 of ‘arena_adddefermark’ from incompatible pointer type [-Wincompatible-pointer-types]
arena_adddefermark(L, ptr2arena(L1), L1);
^
In file included from lj_gc.h:9:0,
from lj_state.c:13:
lj_gcarena.h:224:6: note: expected ‘GCobj * {aka union GCobj *}’ but argument is of type ‘lua_State * {aka struct lua_State *}’
void arena_adddefermark(lua_State *L, GCArena *arena, GCobj *o);
^
lj_state.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_dispatch.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_dispatch.c:11:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_dispatch.c:11:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_vmevent.o
CC lj_vmmath.o
CC lj_strscan.o
CC lj_strfmt.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_strfmt.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_strfmt.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_strfmt_num.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_strfmt_num.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_strfmt_num.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_api.o
In file included from lj_gc.h:9:0,
from lj_api.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_api.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_profile.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_profile.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_profile.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_lex.o
In file included from lj_gc.h:9:0,
from lj_lex.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_lex.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_parse.o
In file included from lj_gc.h:9:0,
from lj_parse.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_parse.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_bcread.o
In file included from lj_gc.h:9:0,
from lj_bcread.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_bcread.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_bcwrite.o
In file included from lj_gc.h:9:0,
from lj_bcwrite.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_bcwrite.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_load.o
In file included from lj_gc.h:9:0,
from lj_load.c:16:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_load.c:16:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_ir.o
In file included from lj_gc.h:9:0,
from lj_ir.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ir.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_opt_mem.o
BUILDVM lj_folddef.h
CC lj_opt_fold.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_opt_fold.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_opt_fold.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_opt_narrow.o
CC lj_opt_dce.o
CC lj_opt_loop.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_opt_loop.c:14:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lj_opt_loop.c:14:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_opt_split.o
CC lj_opt_sink.o
CC lj_mcode.o
In file included from lj_gc.h:9:0,
from lj_mcode.c:11:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_mcode.c:11:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_snap.o
In file included from lj_gc.h:9:0,
from lj_snap.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_snap.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_record.o
In file included from lj_gc.h:9:0,
from lj_ctype.h:10,
from lj_record.c:19:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ctype.h:10,
from lj_record.c:19:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_crecord.o
In file included from lj_gc.h:9:0,
from lj_ctype.h:10,
from lj_crecord.c:16:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ctype.h:10,
from lj_crecord.c:16:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
BUILDVM lj_recdef.h
CC lj_ffrecord.o
CC lj_asm.o
In file included from lj_asm.c:1552:0:
lj_asm_x86.h: In function ‘asm_bumpalloc’:
lj_asm_x86.h:1449:14: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]
Reg arena, tmp, blockbit, celltop, robj = ir->r;
^
In file included from lj_gc.h:9:0,
from lj_asm.c:13:
lj_asm.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_asm.c:1552:0:
lj_asm_x86.h: In function ‘asm_cnew’:
lj_asm_x86.h:1505:3: warning: ‘celltop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
emit_rr(as, XO_MOVZXw, celltop, RID_ECX);
^
lj_asm_x86.h:1449:29: note: ‘celltop’ was declared here
Reg arena, tmp, blockbit, celltop, robj = ir->r;
^
In file included from lj_asm.c:1552:0:
lj_asm_x86.h: In function ‘asm_bumpalloc’:
lj_asm_x86.h:1449:14: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]
Reg arena, tmp, blockbit, celltop, robj = ir->r;
^
In file included from lj_gc.h:9:0,
from lj_asm.c:13:
lj_asm.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_asm.c:1552:0:
lj_asm_x86.h: In function ‘asm_cnew’:
lj_asm_x86.h:1505:3: warning: ‘celltop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
emit_rr(as, XO_MOVZXw, celltop, RID_ECX);
^
lj_asm_x86.h:1449:29: note: ‘celltop’ was declared here
Reg arena, tmp, blockbit, celltop, robj = ir->r;
^
CC lj_trace.o
In file included from lj_gc.h:9:0,
from lj_trace.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_trace.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_gdbjit.o
In file included from lj_gc.h:9:0,
from lj_gdbjit.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_gdbjit.c:13:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_ctype.o
In file included from lj_gc.h:9:0,
from lj_ctype.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ctype.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_cdata.o
lj_cdata.c: In function ‘lj_cdata_newv’:
lj_cdata.c:31:17: warning: variable ‘g’ set but not used [-Wunused-but-set-variable]
global_State *g;
^
In file included from lj_gc.h:9:0,
from lj_cdata.c:10:
lj_cdata.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
lj_cdata.c: In function ‘lj_cdata_newv’:
lj_cdata.c:31:17: warning: variable ‘g’ set but not used [-Wunused-but-set-variable]
global_State *g;
^
In file included from lj_gc.h:9:0,
from lj_cdata.c:10:
lj_cdata.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_cconv.o
In file included from lj_gc.h:9:0,
from lj_ctype.h:10,
from lj_cconv.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ctype.h:10,
from lj_cconv.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_ccall.o
In file included from lj_gc.h:9:0,
from lj_ccall.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ccall.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_ccallback.o
In file included from lj_gc.h:9:0,
from lj_ccallback.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_ccallback.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_carith.o
In file included from lj_gc.h:9:0,
from lj_carith.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_carith.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_clib.o
In file included from lj_gc.h:9:0,
from lj_clib.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_clib.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_cparse.o
In file included from lj_gc.h:9:0,
from lj_cparse.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_cparse.c:10:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_lib.o
In file included from lj_gc.h:9:0,
from lj_lib.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_lib.c:12:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lj_alloc.o
lj_alloc.c: In function ‘lj_alloc_memalign’:
lj_alloc.c:1949:13: warning: unused variable ‘br2’ [-Wunused-variable]
char* br2 = (char*)mem2chunk(lj_round((uintptr_t)(mem + alignment), alignment));
^
In file included from lj_alloc.c:35:0:
lj_alloc.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
lj_alloc.c: In function ‘lj_alloc_memalign’:
lj_alloc.c:1949:13: warning: unused variable ‘br2’ [-Wunused-variable]
char* br2 = (char*)mem2chunk(lj_round((uintptr_t)(mem + alignment), alignment));
^
In file included from lj_alloc.c:35:0:
lj_alloc.c: At top level:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_aux.o
BUILDVM lj_libdef.h
CC lib_base.o
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h: In function ‘print_arenacreated’:
timerdef.h:56:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("arenacreated: address %p, arenaid %u, flags %i\n", (uintptr_t)msg->address.ptr32, ((msg->msgid >> 8) & 0xffffff), msg->flags);
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h: In function ‘print_gcobj’:
timerdef.h:85:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
printf("gcobj: kind %u, size %u, address %p\n", ((msg->msgid >> 8) & 0xf), ((msg->msgid >> 12) & 0xfffff), (uintptr_t)msg->address.gcptr32);
^
timerdef.h: In function ‘print_stringmarker’:
timerdef.h:148:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("stringmarker: flags %u, size %u, label %s, time %ull\n", ((msg->msgid >> 8) & 0xffff), msg->size, (const char*)(msg+1), msg->time);
^
timerdef.h: In function ‘print_section’:
timerdef.h:192:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("section: id %s, time %ull, start %u\n", sections_names[((msg->msgid >> 8) & 0x7fffff)], msg->time, ((msg->msgid >> 31) & 0x1));
^
timerdef.h: In function ‘print_gcstate’:
timerdef.h:223:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("gcstate: state %u, prevstate %u, totalmem %u, time %ull\n", ((msg->msgid >> 8) & 0xff), ((msg->msgid >> 16) & 0xff), msg->totalmem, msg->time);
^
In file included from lib_base.c:596:0:
lib_base.c: At top level:
lj_timer.h:68:3: warning: ‘lj_buf_more’ is static but used in inline function ‘celllist_start’ which is not static
lj_buf_more(sb, (maxcellnum *2)+16);
^
In file included from lj_gc.h:9:0,
from lib_base.c:19:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lib_base.c:596:0:
lj_timer.h:55:17: warning: ‘timercounters’ defined but not used [-Wunused-variable]
static uint32_t timercounters[256];
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h:19:17: warning: ‘msgsizes’ defined but not used [-Wunused-variable]
static uint32_t msgsizes[] = {
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h:361:19: warning: ‘msgprinters’ defined but not used [-Wunused-variable]
static msgprinter msgprinters[] = {
^
timerdef.h:388:20: warning: ‘Counter_names’ defined but not used [-Wunused-variable]
static const char *Counter_names[] = {
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h: In function ‘print_arenacreated’:
timerdef.h:56:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("arenacreated: address %p, arenaid %u, flags %i\n", (uintptr_t)msg->address.ptr32, ((msg->msgid >> 8) & 0xffffff), msg->flags);
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h: In function ‘print_gcobj’:
timerdef.h:85:10: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
printf("gcobj: kind %u, size %u, address %p\n", ((msg->msgid >> 8) & 0xf), ((msg->msgid >> 12) & 0xfffff), (uintptr_t)msg->address.gcptr32);
^
timerdef.h: In function ‘print_stringmarker’:
timerdef.h:148:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("stringmarker: flags %u, size %u, label %s, time %ull\n", ((msg->msgid >> 8) & 0xffff), msg->size, (const char*)(msg+1), msg->time);
^
timerdef.h: In function ‘print_section’:
timerdef.h:192:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("section: id %s, time %ull, start %u\n", sections_names[((msg->msgid >> 8) & 0x7fffff)], msg->time, ((msg->msgid >> 31) & 0x1));
^
timerdef.h: In function ‘print_gcstate’:
timerdef.h:223:10: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("gcstate: state %u, prevstate %u, totalmem %u, time %ull\n", ((msg->msgid >> 8) & 0xff), ((msg->msgid >> 16) & 0xff), msg->totalmem, msg->time);
^
In file included from lib_base.c:596:0:
lib_base.c: At top level:
lj_timer.h:68:3: warning: ‘lj_buf_more’ is static but used in inline function ‘celllist_start’ which is not static
lj_buf_more(sb, (maxcellnum *2)+16);
^
In file included from lj_gc.h:9:0,
from lib_base.c:19:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lib_base.c:596:0:
lj_timer.h:55:17: warning: ‘timercounters’ defined but not used [-Wunused-variable]
static uint32_t timercounters[256];
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h:19:17: warning: ‘msgsizes’ defined but not used [-Wunused-variable]
static uint32_t msgsizes[] = {
^
In file included from lj_timer.h:88:0,
from lib_base.c:596:
timerdef.h:361:19: warning: ‘msgprinters’ defined but not used [-Wunused-variable]
static msgprinter msgprinters[] = {
^
timerdef.h:388:20: warning: ‘Counter_names’ defined but not used [-Wunused-variable]
static const char *Counter_names[] = {
^
CC lib_math.o
CC lib_bit.o
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lib_bit.c:15:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lj_buf.h:10,
from lib_bit.c:15:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_string.o
In file included from lj_gc.h:9:0,
from lib_string.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_string.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_table.o
In file included from lj_gc.h:9:0,
from lib_table.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_table.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_io.o
In file included from lj_gc.h:9:0,
from lib_io.c:20:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_io.c:20:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_os.o
In file included from lj_gc.h:9:0,
from lib_os.c:20:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_os.c:20:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_package.o
CC lib_debug.o
In file included from lj_gc.h:9:0,
from lib_debug.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_debug.c:17:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_jit.o
In file included from lj_gc.h:9:0,
from lib_jit.c:14:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_jit.c:14:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_ffi.o
In file included from lj_gc.h:9:0,
from lib_ffi.c:19:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
In file included from lj_gc.h:9:0,
from lib_ffi.c:19:
lj_gcarena.h:306:18: warning: ‘arena_cellstate’ defined but not used [-Wunused-function]
static CellState arena_cellstate(GCArena *arena, GCCellID cell)
^
CC lib_init.o
AR libluajit.a
ar: `u' modifier ignored since `D' is the default (see `U')
CC luajit.o
BUILDVM jit/vmdef.lua
DYNLINK libluajit.so
/usr/bin/ld: lj_vm_dyn.o: relocation R_X86_64_PC32 against symbol `lj_gc_emptygrayssb' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile:702: recipe for target 'libluajit.so' failed
make[1]: *** [libluajit.so] Error 1
make[1]: Leaving directory '/media/caps/ssd_840_120gb/goluwa/src/lua/build/luajit_forks/repo/fsfod-gcarena_52compat/src'
Makefile:111: recipe for target 'default' failed
make: *** [default] Error 2
caps@caps-MS-7798:/media/caps/ssd_840_120gb/goluwa/src/lua/build/luajit_forks/repo/fsfod-gcarena_52compat$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment