GUI: Disable debug warnings for now.
This commit is contained in:
parent
11e073cf99
commit
35afc4c63f
|
@ -361,6 +361,7 @@ Settings MainWindow::GetCppcheckSettings()
|
||||||
}
|
}
|
||||||
|
|
||||||
result.debug = false;
|
result.debug = false;
|
||||||
|
result.debugwarnings = false;
|
||||||
result._checkCodingStyle = true;
|
result._checkCodingStyle = true;
|
||||||
result._errorsOnly = false;
|
result._errorsOnly = false;
|
||||||
result._verbose = true;
|
result._verbose = true;
|
||||||
|
|
Loading…
Reference in New Issue