[ox] Get building with devkitARM again

This commit is contained in:
2019-03-18 00:19:04 -05:00
parent 22da505869
commit b33cd06031
6 changed files with 18 additions and 11 deletions

View File

@@ -27,12 +27,6 @@ static_assert([] {
return indirectionLevels(i) == 1;
}(), "indirectionLevels broken: indirectionLevels(int[])");
static_assert([] {
int i[2][2] = {{}};
return indirectionLevels(i) == 2;
}(), "indirectionLevels broken: indirectionLevels(int[][])");
TypeDescWriter::TypeDescWriter(TypeStore *typeStore) {
if (!typeStore) {
m_typeStoreOwnerRef = new TypeStore;