[ox] Get building with devkitARM again
This commit is contained in:
6
deps/ox/src/ox/model/descwrite.cpp
vendored
6
deps/ox/src/ox/model/descwrite.cpp
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user