Skip to content
Snippets Groups Projects
Commit c4f16f62 authored by David Schulz's avatar David Schulz
Browse files

Debugger: Fix unused warning in procinterrupt


Change-Id: I9173f4040783460ba3b520b1a39a461de8283f21
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent daad8e23
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment