From 6e4517d3f46f11fc47b77e92bd2c439fdb5738b2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 31 Dec 2013 12:56:02 +0300 Subject: fix compilation warnings. --- src/render/surfacegraphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/surfacegraphics.h') diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 8d58fa052..4b46133a2 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -197,9 +197,9 @@ class SurfaceGraphics final : public Graphics * Draws a rectangle using images. 4 corner images, 4 side images and 1 * image for the inside. */ - void drawImageRect(const int x, const int y, - const int w, const int h, - const ImageRect &imgRect) + void drawImageRect(const int x A_UNUSED, const int y A_UNUSED, + const int w A_UNUSED, const int h A_UNUSED, + const ImageRect &imgRect A_UNUSED) { } protected: -- cgit v1.2.3-60-g2f50