From d30dbea925c769d9e1e073a14c55e739e0ce3f79 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 Aug 2013 23:05:09 +0300 Subject: fix compilation warnings. --- src/graphics.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index 8f6b805cd..a14d630bf 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -50,9 +50,11 @@ #endif #endif +#if SDL_BYTEORDER == SDL_LIL_ENDIAN static unsigned int *cR = nullptr; static unsigned int *cG = nullptr; static unsigned int *cB = nullptr; +#endif int MSDL_gfxBlitRGBA(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect) -- cgit v1.2.3-70-g09d2