summaryrefslogtreecommitdiff
path: root/src/3rdparty/phonon/mmf/audiooutput.cpp
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-06-02 15:19:59 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-06-02 15:19:59 +0100
commit6acfea19d4c00150602c152943d89bf429462c39 (patch)
treeb95df6602a584c68df73d4cbd0a0ec176ff9e3de /src/3rdparty/phonon/mmf/audiooutput.cpp
parent603ccb3d715b1d6e9969b2df8ab27461f51728fb (diff)
downloadqt4-tools-6acfea19d4c00150602c152943d89bf429462c39.tar.gz
Removed compiler warnings
Emitted when building with MetroWerks x86 toolchain. Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon/mmf/audiooutput.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/audiooutput.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/audiooutput.cpp b/src/3rdparty/phonon/mmf/audiooutput.cpp
index c6be20b3de..358868379b 100644
--- a/src/3rdparty/phonon/mmf/audiooutput.cpp
+++ b/src/3rdparty/phonon/mmf/audiooutput.cpp
@@ -78,6 +78,9 @@ bool MMF::AudioOutput::setOutputDevice(int index)
{
Q_ASSERT_X(index == AudioOutputDeviceID, Q_FUNC_INFO,
"We only support one output device, with id 0");
+#ifdef QT_NO_DEBUG
+ Q_UNUSED(index)
+#endif
return true;
}