From a1b84b3ba05535b59d929c9c19c1bce04873c73a Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 21 Apr 2016 04:35:19 +0300 Subject: [PATCH] Revert "fix build on gcc 4.8" This reverts commit 8bbe4c1d5e72f47716c7c4745c7f3e862696b0e5. Going to fix it properly. --- Sources/Engine/Graphics/Graphics.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/Engine/Graphics/Graphics.cpp b/Sources/Engine/Graphics/Graphics.cpp index 30e58e8..0fa995f 100644 --- a/Sources/Engine/Graphics/Graphics.cpp +++ b/Sources/Engine/Graphics/Graphics.cpp @@ -663,9 +663,6 @@ static inline void IncrementByteWithClip( UBYTE &ub, SLONG slAdd) #endif // performs dithering of a 32-bit bipmap (can be in-place) -#ifdef __GNUC__ -__attribute__((noinline)) // because of asm labels -#endif void DitherBitmap( INDEX iDitherType, ULONG *pulSrc, ULONG *pulDst, PIX pixWidth, PIX pixHeight, PIX pixCanvasWidth, PIX pixCanvasHeight) {