GUI: Disable debug warnings for now.

This commit is contained in:
Kimmo Varis 2010-08-28 09:21:25 +03:00
parent 11e073cf99
commit 35afc4c63f
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ Settings MainWindow::GetCppcheckSettings()
}
result.debug = false;
result.debugwarnings = false;
result._checkCodingStyle = true;
result._errorsOnly = false;
result._verbose = true;