mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 06:07:05 -06:00
reorder initialization in constructor matching to member declaration order (silence [-Werror=reorder])
This commit is contained in:
@@ -58,6 +58,9 @@ bool InitLocalPrivileges();
|
||||
CArchiveUpdateCallback::CArchiveUpdateCallback():
|
||||
_hardIndex_From((UInt32)(Int32)-1),
|
||||
|
||||
VolNumberAfterExt(false),
|
||||
DigitCount(2),
|
||||
|
||||
Callback(NULL),
|
||||
|
||||
DirItems(NULL),
|
||||
@@ -92,9 +95,7 @@ CArchiveUpdateCallback::CArchiveUpdateCallback():
|
||||
Need_LatestMTime(false),
|
||||
LatestMTime_Defined(false),
|
||||
|
||||
ProcessedItemsStatuses(NULL),
|
||||
VolNumberAfterExt(false),
|
||||
DigitCount(2)
|
||||
ProcessedItemsStatuses(NULL)
|
||||
{
|
||||
#ifdef _USE_SECURITY_CODE
|
||||
_saclEnabled = InitLocalPrivileges();
|
||||
|
||||
Reference in New Issue
Block a user