summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/implbase3.hxx')
-rw-r--r--include/cppuhelper/implbase3.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase3.hxx b/include/cppuhelper/implbase3.hxx
index c9a0d35ba3c6..47941db70929 100644
--- a/include/cppuhelper/implbase3.hxx
+++ b/include/cppuhelper/implbase3.hxx
@@ -35,7 +35,7 @@ namespace cppu
type_entry m_typeEntries[ 3 + 1 ];
};
- template< typename Ifc1, typename Ifc2, typename Ifc3, typename Impl > struct ImplClassData3
+ template< typename Ifc1, typename Ifc2, typename Ifc3, typename Impl > struct SAL_WARN_UNUSED ImplClassData3
{
class_data* operator ()()
{