diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-06-02 14:19:59 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-06-02 14:19:59 (GMT) |
commit | 6acfea19d4c00150602c152943d89bf429462c39 (patch) | |
tree | b95df6602a584c68df73d4cbd0a0ec176ff9e3de /src/3rdparty/phonon/mmf/abstractaudioeffect.h | |
parent | 603ccb3d715b1d6e9969b2df8ab27461f51728fb (diff) | |
download | Qt-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.h | 4 |
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) \ |