summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase_ex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/implbase_ex.hxx')
-rw-r--r--include/cppuhelper/implbase_ex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/implbase_ex.hxx b/include/cppuhelper/implbase_ex.hxx
index ce8dfacd0647..d8711f17bb79 100644
--- a/include/cppuhelper/implbase_ex.hxx
+++ b/include/cppuhelper/implbase_ex.hxx
@@ -46,7 +46,7 @@ typedef css::uno::Type const & (SAL_CALL * fptr_getCppuType)( void * );
/** single type + object offset
*/
-struct type_entry
+struct SAL_WARN_UNUSED type_entry
{
/** the type_entry is initialized with function pointer to ::getCppuType() function first,
but holds an unacquired typelib_TypeDescriptionReference * after initialization,
@@ -69,7 +69,7 @@ struct type_entry
/** identical dummy struct for casting class_dataN to class_data
*/
-struct class_data
+struct SAL_WARN_UNUSED class_data
{
/** number of supported types in m_typeEntries
*/