Work around MinGW GCC version >=4.5 always_inline+dllexport bug.
authorRuben Van Boxem <vanboxem.ruben@gmail.com>
Sun, 30 Oct 2011 11:27:21 +0000 (12:27 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 13 Dec 2011 18:39:44 +0000 (19:39 +0100)
commitfc899fc5223ca5c9f73758341c92335462495a5e
treec57be01b0b043a086f98b11a4132bf0610e5a5eb
parentaa56eaa87789941540a97c816b4e6d911875e6cd
Work around MinGW GCC version >=4.5 always_inline+dllexport bug.

Use regular inline instead of always_inline for MinGW GCC build. GCC 4.5
and later spit out an error on always_inline dllexport functions, which
breaks the build for these versions of GCC (see bug 5938).

Change-Id: I444380ff98071b4653a91d074494ace579b4a622
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
(cherry picked from commit 310b446a81dd927739e503b03389641f1aa13ab4)
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
src/linguist/shared/profileparser.h