GUI: Enable 'warning' severity implicitly

This commit is contained in:
Daniel Marjamäki 2013-02-10 23:19:07 +01:00
parent dfd557888d
commit ea574b0a38
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ Settings MainWindow::GetCppcheckSettings()
AddIncludeDirs(includes, result);
}
result.addEnabled("warning");
result.addEnabled("style");
result.addEnabled("performance");
result.addEnabled("portability");