From: mb Date: Fri, 20 Aug 2010 17:34:32 +0000 (+0000) Subject: qt4: Make sure that damned function is really inlined X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a01fa8f0d4e64e199ab13995dab794543ee00d55;p=packages.git qt4: Make sure that damned function is really inlined git-svn-id: svn://svn.openwrt.org/openwrt/packages@22742 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/lib/qt4/patches/300-compile-fixes.patch b/Xorg/lib/qt4/patches/300-compile-fixes.patch index fc37917ba..4282709ac 100644 --- a/Xorg/lib/qt4/patches/300-compile-fixes.patch +++ b/Xorg/lib/qt4/patches/300-compile-fixes.patch @@ -8,7 +8,7 @@ }; template -+static inline ++static inline __attribute__((__always_inline__)) void qRegisterAnimationInterpolator(QVariant (*func)(const T &from, const T &to, qreal progress)) { QVariantAnimation::registerInterpolator(reinterpret_cast(func), qMetaTypeId()); }