mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 06:11:32 -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():
|
CArchiveUpdateCallback::CArchiveUpdateCallback():
|
||||||
_hardIndex_From((UInt32)(Int32)-1),
|
_hardIndex_From((UInt32)(Int32)-1),
|
||||||
|
|
||||||
|
VolNumberAfterExt(false),
|
||||||
|
DigitCount(2),
|
||||||
|
|
||||||
Callback(NULL),
|
Callback(NULL),
|
||||||
|
|
||||||
DirItems(NULL),
|
DirItems(NULL),
|
||||||
@@ -92,9 +95,7 @@ CArchiveUpdateCallback::CArchiveUpdateCallback():
|
|||||||
Need_LatestMTime(false),
|
Need_LatestMTime(false),
|
||||||
LatestMTime_Defined(false),
|
LatestMTime_Defined(false),
|
||||||
|
|
||||||
ProcessedItemsStatuses(NULL),
|
ProcessedItemsStatuses(NULL)
|
||||||
VolNumberAfterExt(false),
|
|
||||||
DigitCount(2)
|
|
||||||
{
|
{
|
||||||
#ifdef _USE_SECURITY_CODE
|
#ifdef _USE_SECURITY_CODE
|
||||||
_saclEnabled = InitLocalPrivileges();
|
_saclEnabled = InitLocalPrivileges();
|
||||||
|
|||||||
Reference in New Issue
Block a user