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