From 515495f2f3f2557e3a9189291f9b07dea11dc95c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 9 Jul 2014 12:56:28 +0200 Subject: Static Code Analysis : Correctly initialize member variable in HostDevice constructor --- src/Common/Dlgcode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 74e1a59a..588fea41 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -487,7 +487,8 @@ struct HostDevice IsVirtualPartition (false), HasUnencryptedFilesystem (false), Removable (false), - Size (0) + Size (0), + SystemNumber((uint32) -1) { } -- cgit v1.2.3