Fix the remaining C++26 build warnings

This commit is contained in:
notmatthewbeshay
2026-03-16 22:17:17 +11:00
parent 591dd48cf6
commit a560826bad
7 changed files with 34 additions and 2 deletions

View File

@@ -208,6 +208,8 @@ int UIScene_DebugCreateSchematic::KeyboardCompleteCallback(void *lpParam,bool bR
pClass->m_data->endZ = iVal;
}
break;
default:
break;
}
}