Index: src/libchcore/TSubTaskArray.h =================================================================== diff -u -ra44714d5c7ec0f50a376f4d0ea919ee5a224f834 -refef4b7b215e689180d0c02a3f7a89f8089bdc8e --- src/libchcore/TSubTaskArray.h (.../TSubTaskArray.h) (revision a44714d5c7ec0f50a376f4d0ea919ee5a224f834) +++ src/libchcore/TSubTaskArray.h (.../TSubTaskArray.h) (revision efef4b7b215e689180d0c02a3f7a89f8089bdc8e) @@ -28,7 +28,12 @@ #include "TSubTaskBase.h" #include "TTaskLocalStats.h" #include "TSubTaskArrayStatsSnapshot.h" -#include + +#pragma warning(push) +#pragma warning(disable: 4100) + #include +#pragma warning(pop) + #include "TSharedModificationTracker.h" #include @@ -92,6 +97,7 @@ std::vector > m_vSubTasks; // pointer to the subtask object / is this the part of estimation? mutable boost::atomic m_oidSubOperationIndex; // index of sub-operation from TOperationDescription + #pragma warning(pop) mutable object_id_t m_oidLastStoredIndex;