summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audiooutput.cpp
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-06-03 10:32:45 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-06-03 10:32:45 (GMT)
commitda424a2e8a8570e24eac6272bb410a51381fcad7 (patch)
treee2a305281566a06ca6255caa286fb163a75c598b /src/3rdparty/phonon/mmf/audiooutput.cpp
parent830bc78b90b800e72420186de301d2a9e17dac09 (diff)
parentc5b79062e134cb5dfbfb8b3a168798eb648f5509 (diff)
downloadQt-da424a2e8a8570e24eac6272bb410a51381fcad7.zip
Qt-da424a2e8a8570e24eac6272bb410a51381fcad7.tar.gz
Qt-da424a2e8a8570e24eac6272bb410a51381fcad7.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix QWS build failure Removed compiler warnings Window visibility changes update TLW backing store reference count Enable visibility change events on all Symbian native windows Added reference counting to QWidgetBackingStore Added tst_QWidget::destroyBackingStoreWhenHidden
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 c6be20b..3588683 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;
}