From 7bcc31fb53d68f72de10b2712489835d6849c641 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 28 Aug 2014 11:26:20 +0200 Subject: [PATCH] Silence "unused param" warning in release mode --- src/tileatlasvx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tileatlasvx.cpp b/src/tileatlasvx.cpp index 3da7b4a..09988f9 100644 --- a/src/tileatlasvx.cpp +++ b/src/tileatlasvx.cpp @@ -358,6 +358,7 @@ readAutotile(Reader &reader, int patternID, const StaticRect rectSource[], int rectSourceN) { FloatRect tex[4], pos[4]; + (void) rectSourceN; for (int i = 0; i < 4; ++i) {