mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
fix some warnings
This commit is contained in:
parent
01ed8a07af
commit
ccb7528a59
11 changed files with 33 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue