From 35afc4c63f9204b8f169bd6f324dcce1a25ebe2a Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 28 Aug 2010 09:21:25 +0300 Subject: [PATCH] GUI: Disable debug warnings for now. --- gui/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 218d0b535..7a7b9cea0 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -361,6 +361,7 @@ Settings MainWindow::GetCppcheckSettings() } result.debug = false; + result.debugwarnings = false; result._checkCodingStyle = true; result._errorsOnly = false; result._verbose = true;