not initialized members in constructor I dont know how to fix, so left comments about it

This commit is contained in:
uburuntu 2017-05-27 04:18:19 +02:00 committed by Daniel Marjamäki
parent 3817384223
commit 809ccc7b7f
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ using std::memset;
ThreadExecutor::ThreadExecutor(const std::map<std::string, std::size_t> &files, Settings &settings, ErrorLogger &errorLogger)
: _files(files), _settings(settings), _errorLogger(errorLogger), _fileCount(0)
// Not initialized _fileSync, _errorSync, _reportSync
{
#if defined(THREADING_MODEL_FORK)
_wpipe = 0;