summaryrefslogtreecommitdiff
path: root/src/resources/db/groupdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/groupdb.h')
-rw-r--r--src/resources/db/groupdb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/resources/db/groupdb.h b/src/resources/db/groupdb.h
index 4e687dea9..3db3b1921 100644
--- a/src/resources/db/groupdb.h
+++ b/src/resources/db/groupdb.h
@@ -38,9 +38,10 @@ namespace GroupDb
void loadXmlFile(const std::string &fileName,
const SkipError skipError);
- const std::string &getName(const int id);
- const std::string &getLongName(const int id);
- bool getShowBadge(const int id);
+ const std::string &getName(const int id) A_WARN_UNUSED;
+ const std::string &getLongName(const int id) A_WARN_UNUSED;
+ bool getShowBadge(const int id) A_WARN_UNUSED;
+ const std::string &getBadge(const int id) A_WARN_UNUSED;
typedef std::map<int, GroupInfo> GroupInfos;