From 7900408adc2b6db601373de2730a80707ec4c837 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Dec 2012 01:34:04 +0300 Subject: Fix different warnings from previous commits. --- src/resources/sdlimagehelper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/resources') diff --git a/src/resources/sdlimagehelper.cpp b/src/resources/sdlimagehelper.cpp index abc9ca068..fb613d9cf 100644 --- a/src/resources/sdlimagehelper.cpp +++ b/src/resources/sdlimagehelper.cpp @@ -129,7 +129,8 @@ Image *SDLImageHelper::load(SDL_Surface *const tmpImage) } Image *SDLImageHelper::createTextSurface(SDL_Surface *const tmpImage, - int width, int height, + int width A_UNUSED, + int height A_UNUSED, const float alpha) { if (!tmpImage) -- cgit v1.2.3-60-g2f50