Commit 156f211c authored by Lorenz Meier's avatar Lorenz Meier

Handle unused variable warnings

parent f5d2c570
......@@ -84,6 +84,7 @@ GAudioOutput::~GAudioOutput()
void GAudioOutput::mute(bool mute)
{
// XXX handle muting
Q_UNUSED(mute);
}
bool GAudioOutput::isMuted()
......
......@@ -89,7 +89,6 @@ void QGCAudioWorker::say(QString text, int severity)
{
// TODO Add severity filter
Q_UNUSED(severity);
bool res = false;
if (!emergency)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment