aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtcdebugger
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2023-03-27 22:47:04 +0200
committerAlessandro Portale <[email protected]>2023-03-28 07:54:44 +0000
commit3da30a8f2c93160cd1ba6b4291c7414249b9717e (patch)
treeb7982941afab3053a61c84b6f1cb304820841c4c /src/tools/qtcdebugger
parent5db27d21daaca766b08796078362025262794f07 (diff)
MinGW build: Fix a few compilation warnings
Change-Id: Ib4f85d2ef15a5c06c6d2b175823c196b8588f5d2 Reviewed-by: Cristian Adam <[email protected]>
Diffstat (limited to 'src/tools/qtcdebugger')
-rw-r--r--src/tools/qtcdebugger/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qtcdebugger/main.cpp b/src/tools/qtcdebugger/main.cpp
index 5aee7b6fe91..cbb4b935d72 100644
--- a/src/tools/qtcdebugger/main.cpp
+++ b/src/tools/qtcdebugger/main.cpp
@@ -520,7 +520,7 @@ int main(int argc, char *argv[])
}
if (debug)
qDebug() << "Mode=" << optMode << " PID=" << argProcessId << " Evt=" << argWinCrashEvent;
- bool ex = 0;
+ int ex = 0;
switch (optMode) {
case HelpMode:
usage(QCoreApplication::applicationFilePath(), errorMessage);