From 58f80ebffbb354357e2650a41e233f54df3e376d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Sep 2013 20:34:14 +0300 Subject: fix compilation warning. --- src/render/graphics.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/render') diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp index b33b9edcd..107573d1b 100644 --- a/src/render/graphics.cpp +++ b/src/render/graphics.cpp @@ -585,7 +585,8 @@ bool Graphics::calcImageRect(ImageVertexes *const vert, return 0; } -void Graphics::setWindowSize(const int width, const int height) +void Graphics::setWindowSize(const int width A_UNUSED, + const int height A_UNUSED) { #ifdef USE_SDL2 SDL_SetWindowSize(mWindow, width, height); -- cgit v1.2.3-60-g2f50