mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Static Code Analysis : Correctly initialize member variable in HostDevice constructor
This commit is contained in:
@@ -487,7 +487,8 @@ struct HostDevice
|
|||||||
IsVirtualPartition (false),
|
IsVirtualPartition (false),
|
||||||
HasUnencryptedFilesystem (false),
|
HasUnencryptedFilesystem (false),
|
||||||
Removable (false),
|
Removable (false),
|
||||||
Size (0)
|
Size (0),
|
||||||
|
SystemNumber((uint32) -1)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user