fix some warnings

This commit is contained in:
Megamouse 2023-02-22 21:09:11 +01:00
parent 01ed8a07af
commit ccb7528a59
11 changed files with 33 additions and 33 deletions

View file

@ -26,7 +26,7 @@ namespace stx
u32 size = 1;
u32 align = 1;
u32 begin = 0;
double order;
double order{};
// Next typeinfo in linked list
type_info* next = nullptr;