From a01fa8f0d4e64e199ab13995dab794543ee00d55 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 20 Aug 2010 17:34:32 +0000 Subject: [PATCH] qt4: Make sure that damned function is really inlined git-svn-id: svn://svn.openwrt.org/openwrt/packages@22742 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/qt4/patches/300-compile-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.11.0