summaryrefslogtreecommitdiff
path: root/include/tools/mempool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/mempool.hxx')
-rw-r--r--include/tools/mempool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/mempool.hxx b/include/tools/mempool.hxx
index 4ff29d2d950d..a3b13f228ca1 100644
--- a/include/tools/mempool.hxx
+++ b/include/tools/mempool.hxx
@@ -26,7 +26,7 @@
struct FixedMemPool_Impl;
-class TOOLS_DLLPUBLIC FixedMemPool
+class SAL_WARN_UNUSED TOOLS_DLLPUBLIC FixedMemPool
{
FixedMemPool_Impl * m_pImpl;
char const * m_pTypeName;