GUI: don't auto-skip configurations when checking .sln file
This commit is contained in:
parent
fe2fa4d343
commit
4745d844ad
|
@ -383,9 +383,6 @@ void MainWindow::DoCheckProject(ImportProject p)
|
|||
Settings checkSettings = GetCppcheckSettings();
|
||||
checkSettings.force = false;
|
||||
|
||||
if (checkSettings.isWindowsPlatform())
|
||||
p.ignoreOtherPlatforms(checkSettings.platformType);
|
||||
|
||||
if (mProject)
|
||||
qDebug() << "Checking project file" << mProject->GetProjectFile()->GetFilename();
|
||||
|
||||
|
|
Loading…
Reference in New Issue