Open
Description
Lua type conflict that's quite unique:
lvm.c:1155:5: error: passing '_Ptr<const void> const' to parameter of incompatible type 'const void *'
vmdispatch (GET_OPCODE(i)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
./ljumptab.h:12:32: note: expanded from macro 'vmdispatch'
#define vmdispatch(x) goto *disptab[x];
^~~~~~~~~~~
This is all expanded from a #define break
to do some custom code control. The error may just fit into our other benchmark conflict issues, but I'm posting here until we figure out which one.