Static Code Analysis : Correctly initialize member variable in HostDevice constructor

This commit is contained in:
Mounir IDRASSI
2014-11-08 23:20:51 +01:00
parent 7bb812af66
commit 515495f2f3
+2 -1
View File
@@ -487,7 +487,8 @@ struct HostDevice
IsVirtualPartition (false),
HasUnencryptedFilesystem (false),
Removable (false),
Size (0)
Size (0),
SystemNumber((uint32) -1)
{
}