Skip to content
Snippets Groups Projects
Commit 239a9571 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger: Windows compile fix/warnings

parent 8f9e2eeb
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
#include "breakhandler.h"
#include "stackhandler.h"
#include "watchhandler.h"
#include "threadshandler.h"
#include "registerhandler.h"
#include "moduleshandler.h"
#include "watchutils.h"
......
......@@ -33,6 +33,7 @@
#include "cdbdebugengine_p.h"
#include "debuggeractions.h"
#include "watchutils.h"
#include "threadshandler.h"
#include <utils/savedaction.h>
......
......@@ -183,12 +183,12 @@ QProcessEnvironment RemoteGdbProcess::processEnvironment() const
return QProcessEnvironment(); // TODO: Provide actual environment.
}
void RemoteGdbProcess::setProcessEnvironment(const QProcessEnvironment &env)
void RemoteGdbProcess::setProcessEnvironment(const QProcessEnvironment & /* env */)
{
// TODO: Do something.
}
void RemoteGdbProcess::setEnvironment(const QStringList &env)
void RemoteGdbProcess::setEnvironment(const QStringList & /* env */)
{
// TODO: Do something.
}
......
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