summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/abstractaudioeffect.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-06-02 14:19:59 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-06-02 14:19:59 (GMT)
commit6acfea19d4c00150602c152943d89bf429462c39 (patch)
treeb95df6602a584c68df73d4cbd0a0ec176ff9e3de /src/3rdparty/phonon/mmf/abstractaudioeffect.h
parent603ccb3d715b1d6e9969b2df8ab27461f51728fb (diff)
downloadQt-6acfea19d4c00150602c152943d89bf429462c39.zip
Qt-6acfea19d4c00150602c152943d89bf429462c39.tar.gz
Qt-6acfea19d4c00150602c152943d89bf429462c39.tar.bz2
Removed compiler warnings
Emitted when building with MetroWerks x86 toolchain. Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractaudioeffect.h')
-rw-r--r--src/3rdparty/phonon/mmf/abstractaudioeffect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractaudioeffect.h b/src/3rdparty/phonon/mmf/abstractaudioeffect.h
index d71993b..70adcf6 100644
--- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h
+++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h
@@ -118,6 +118,10 @@ private:
// for each of the effects. Using this reduces repetition of boilerplate
// in the implementations of the backend effect nodes.
+#ifdef Q_CC_NOKIAX86
+# pragma warn_illtokenpasting off
+#endif
+
#define PHONON_MMF_DEFINE_EFFECT_FUNCTIONS(Effect) \
\
void Effect##::createEffect(AudioPlayer::NativePlayer *player) \