Open Hi-Angel opened 7 years ago
Hi,
I realize that this is an old issue, but this simple fix silences the error:
VM_ATTRIBUTE_ALIGN16 static const int array[] = {static_cast<int>(0x80000000), static_cast<int>(0x80000000), static_cast<int>(0x80000000), static_cast<int>(0x80000000)};
As of gcc-6.3, build stops with the error on this line
I tried to fix this, and from my research the code there should be
Unfortunately it didn't fix the problem, and I've no idea what else is in there that I didn't see. Sorry.