summaryrefslogtreecommitdiff
path: root/src/tileset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tileset.h')
-rw-r--r--src/tileset.h4
1 files changed, 2 insertions, 2 deletions
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<std::string, std::string>::const_iterator
it = mProperties.find(name);