mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Initialize mVersion to silence a warning with GCC 8
This commit is contained in:
parent
6fe56d9f39
commit
d8a8aafc2c
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ private:
|
|||
uint32_t mBitField;
|
||||
|
||||
#ifdef DEBUG
|
||||
uint64_t mVersion;
|
||||
uint64_t mVersion = 0;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue