mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Initialize variables to silence compiler warnings.
This commit is contained in:
parent
a505d85792
commit
db6ac26794
2 changed files with 3 additions and 3 deletions
|
@ -391,8 +391,8 @@ Group* KeePass1Reader::readGroup(QIODevice* cipherStream)
|
|||
|
||||
TimeInfo timeInfo;
|
||||
|
||||
quint32 groupId;
|
||||
quint32 groupLevel;
|
||||
quint32 groupId = 0;
|
||||
quint32 groupLevel = 0;
|
||||
bool groupIdSet = false;
|
||||
bool groupLevelSet = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue