Fix compile error in windows
This commit is contained in:
parent
299e11c991
commit
5a0b5139a0
|
@ -441,7 +441,7 @@ unsigned int __stdcall ThreadExecutor::threadProc(void *args)
|
|||
// guard static members of CppCheck against concurrent access
|
||||
EnterCriticalSection(&threadExecutor->mFileSync);
|
||||
|
||||
CppCheck fileChecker(*threadExecutor, false);
|
||||
CppCheck fileChecker(*threadExecutor, false, CppCheckExecutor::executeCommand);
|
||||
fileChecker.settings() = threadExecutor->mSettings;
|
||||
|
||||
for (;;) {
|
||||
|
|
Loading…
Reference in New Issue