From 4b24b9f7c5190c120233558ae425b3bffb9197df Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 25 Dec 2016 17:20:18 +0300 Subject: =?UTF-8?q?Fixed=20most=20of=20=E2=80=9Cunused=20var=E2=80=9D=20wa?= =?UTF-8?q?rnings.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drape/texture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drape/texture.hpp') diff --git a/drape/texture.hpp b/drape/texture.hpp index b102f94598..a9b0051bd3 100644 --- a/drape/texture.hpp +++ b/drape/texture.hpp @@ -51,7 +51,7 @@ public: virtual ref_ptr FindResource(Key const & key, bool & newResource) = 0; virtual void UpdateState() {} virtual bool HasAsyncRoutines() const { return false; } - virtual bool HasEnoughSpace(uint32_t newKeysCount) const { return true; } + virtual bool HasEnoughSpace(uint32_t /*newKeysCount*/) const { return true; } using Params = HWTexture::Params; -- cgit v1.2.3