From c4f16f62574d12f86055c04b50878a0a3f69f444 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Mon, 27 May 2013 09:53:11 +0200 Subject: [PATCH] Debugger: Fix unused warning in procinterrupt Change-Id: I9173f4040783460ba3b520b1a39a461de8283f21 Reviewed-by: Friedemann Kleint --- src/plugins/debugger/procinterrupt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/procinterrupt.cpp b/src/plugins/debugger/procinterrupt.cpp index e93b3260146..0ad32373af7 100644 --- a/src/plugins/debugger/procinterrupt.cpp +++ b/src/plugins/debugger/procinterrupt.cpp @@ -103,6 +103,7 @@ bool Debugger::Internal::interruptProcess(int pID, int engineType, QString *erro // GDB: not supported const bool useDebugBreakApi= true; Q_UNUSED(engineExecutableIs64Bit) + Q_UNUSED(engineType) #else // Qt-Creator compiled 32 bit: