Revert "fix build on gcc 4.8"

This reverts commit 8bbe4c1d5e.
Going to fix it properly.
This commit is contained in:
notaz 2016-04-21 04:35:19 +03:00
parent fd045e5025
commit a1b84b3ba0

View File

@ -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)
{