GUI: Enable 'warning' severity implicitly
This commit is contained in:
parent
dfd557888d
commit
ea574b0a38
|
@ -524,6 +524,7 @@ Settings MainWindow::GetCppcheckSettings()
|
|||
AddIncludeDirs(includes, result);
|
||||
}
|
||||
|
||||
result.addEnabled("warning");
|
||||
result.addEnabled("style");
|
||||
result.addEnabled("performance");
|
||||
result.addEnabled("portability");
|
||||
|
|
Loading…
Reference in New Issue