forked from qt-creator/qt-creator
Debugger: Fix unused warning in procinterrupt
Change-Id: I9173f4040783460ba3b520b1a39a461de8283f21 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user