summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/Any.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Any.h')
-rw-r--r--include/com/sun/star/uno/Any.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h
index 35620109c824..72357e4eafdc 100644
--- a/include/com/sun/star/uno/Any.h
+++ b/include/com/sun/star/uno/Any.h
@@ -43,7 +43,7 @@ namespace uno
return true if the any contains an assignable value (no data loss), e.g. the any contains a
short and you >>= it into a long variable.
*/
-class Any : public uno_Any
+class SAL_WARN_UNUSED Any : public uno_Any
{
public:
/// @cond INTERNAL