Initialize mVersion to silence a warning with GCC 8

This commit is contained in:
trav90 2018-08-10 14:48:25 -05:00 committed by Roy Tam
commit d8a8aafc2c

View file

@ -335,7 +335,7 @@ private:
uint32_t mBitField;
#ifdef DEBUG
uint64_t mVersion;
uint64_t mVersion = 0;
#endif
};