mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-23 19:43:27 +01:00
Static Code Analysis : Correctly initialize member variable in HostDevice constructor
This commit is contained in:
parent
7bb812af66
commit
515495f2f3
@ -487,7 +487,8 @@ struct HostDevice
|
||||
IsVirtualPartition (false),
|
||||
HasUnencryptedFilesystem (false),
|
||||
Removable (false),
|
||||
Size (0)
|
||||
Size (0),
|
||||
SystemNumber((uint32) -1)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user