summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-03-31 12:46:10 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-03-31 13:33:17 (GMT)
commit91ba0239bcaca91e5d07b685e53ecd3ce13d58ba (patch)
tree49a37af8069ee492a7290dd22cce60b3c9509e64 /src/3rdparty/phonon/mmf
parent1ba55cad79980b56654403153d6d228800242774 (diff)
downloadQt-91ba0239bcaca91e5d07b685e53ecd3ce13d58ba.zip
Qt-91ba0239bcaca91e5d07b685e53ecd3ce13d58ba.tar.gz
Qt-91ba0239bcaca91e5d07b685e53ecd3ce13d58ba.tar.bz2
Remove compiler warning
RVCT complains that a non-POD type (VideoParameters) is passed through the TRACE_ENTRY ellipsis, when building in debug mode. Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon/mmf')
-rw-r--r--src/3rdparty/phonon/mmf/videoplayer_dsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/videoplayer_dsa.cpp b/src/3rdparty/phonon/mmf/videoplayer_dsa.cpp
index 226d079..d607f1d 100644
--- a/src/3rdparty/phonon/mmf/videoplayer_dsa.cpp
+++ b/src/3rdparty/phonon/mmf/videoplayer_dsa.cpp
@@ -217,7 +217,7 @@ void getDsaRegion(RWsSession &session, const RWindowBase &window)
void MMF::DsaVideoPlayer::handleParametersChanged(VideoParameters parameters)
{
TRACE_CONTEXT(DsaVideoPlayer::handleParametersChanged, EVideoInternal);
- TRACE_ENTRY("parameters 0x%x", parameters);
+ TRACE_ENTRY("parameters 0x%x", parameters.operator int());
if (!m_window)
return;