Debugger: Fix unused warning in procinterrupt

Change-Id: I9173f4040783460ba3b520b1a39a461de8283f21
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
David Schulz
2013-05-27 09:53:11 +02:00
parent daad8e238e
commit c4f16f6257

View File

@@ -103,6 +103,7 @@ bool Debugger::Internal::interruptProcess(int pID, int engineType, QString *erro
// GDB: not supported // GDB: not supported
const bool useDebugBreakApi= true; const bool useDebugBreakApi= true;
Q_UNUSED(engineExecutableIs64Bit) Q_UNUSED(engineExecutableIs64Bit)
Q_UNUSED(engineType)
#else #else
// Qt-Creator compiled 32 bit: // Qt-Creator compiled 32 bit: