diff --git a/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp b/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp index 94d1b9cff6bec6f4e50456264dee1b19eef03d27..d7d186ec8f1b221c68418605a1a0ec545713aa83 100644 --- a/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp +++ b/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp @@ -288,7 +288,7 @@ void NodeInstanceClientProxy::redirectToken(const TokenCommand &command) nodeInstanceServer()->token(command); } -void NodeInstanceClientProxy::redirectToken(const EndPuppetCommand &command) +void NodeInstanceClientProxy::redirectToken(const EndPuppetCommand & /*command*/) { qDebug() << "End Process: " << QCoreApplication::applicationPid(); QCoreApplication::exit();