Skip to content

Commit 809ccc7

Browse files
uburuntudanmar
authored andcommitted
not initialized members in constructor I dont know how to fix, so left comments about it
1 parent 3817384 commit 809ccc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/threadexecutor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ using std::memset;
4949

5050
ThreadExecutor::ThreadExecutor(const std::map<std::string, std::size_t> &files, Settings &settings, ErrorLogger &errorLogger)
5151
: _files(files), _settings(settings), _errorLogger(errorLogger), _fileCount(0)
52+
// Not initialized _fileSync, _errorSync, _reportSync
5253
{
5354
#if defined(THREADING_MODEL_FORK)
5455
_wpipe = 0;

0 commit comments

Comments
 (0)