diff --git a/src/audio/QGCAudioWorker.cpp b/src/audio/QGCAudioWorker.cpp index b96c4d9..e0d9ee8 100644 --- a/src/audio/QGCAudioWorker.cpp +++ b/src/audio/QGCAudioWorker.cpp @@ -141,7 +141,7 @@ void QGCAudioWorker::say(QString inText, int severity) #else // Make sure there isn't an unused variable warning when speech output is disabled - Q_UNUSED(text); + Q_UNUSED(inText); #endif } }