summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-31 14:04:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-31 14:05:11 +0200
commit0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97 (patch)
tree828cc05535d6c9dd16b2b45047cce858c6d811c1 /include/comphelper
parentRevert "Avoid warning with Clang that doesn't have -Wunused-but-set-parameter" (diff)
downloadcore-0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97.tar.gz
core-0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97.zip
more SAL_WARN_UNUSED
Change-Id: Idf44fe0302b4504c443f083e527b63b2461ada85
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/sequenceashashmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx
index aaa45fdf6eb8..d31ae21914e8 100644
--- a/include/comphelper/sequenceashashmap.hxx
+++ b/include/comphelper/sequenceashashmap.hxx
@@ -47,7 +47,7 @@ struct SequenceAsHashMapBase : public std::unordered_map<
{
};
-class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
+class SAL_WARN_UNUSED COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
{
public: