diff -r 5dc02b23752f -r 3e2da88830cd src/3rdparty/phonon/mmf/abstractaudioeffect.h --- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h Wed Aug 18 10:37:55 2010 +0300 @@ -21,7 +21,7 @@ #include -#include +#include #include @@ -118,6 +118,10 @@ // 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) \