From 6b1684d33dec02eb6308bb3d8d3707f4d5252ba5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Oct 2012 01:19:46 +0300 Subject: Add unused warnings to some files. --- src/tileset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tileset.h') diff --git a/src/tileset.h b/src/tileset.h index 0bd2c48f2..f88c3ee4d 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -48,7 +48,7 @@ class Tileset final : public ImageSet /** * Returns the first gid. */ - int getFirstGid() const + int getFirstGid() const A_WARN_UNUSED { return mFirstGid; } /** @@ -60,7 +60,7 @@ class Tileset final : public ImageSet /** * Returns property value. */ - std::string getProperty(std::string name) + std::string getProperty(std::string name) A_WARN_UNUSED { const std::map::const_iterator it = mProperties.find(name); -- cgit v1.2.3-60-g2f50