diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-02 16:03:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-02 16:03:55 +0100 |
commit | dbbd252cee61981c72eb25fbb010632f2ac36aa1 (patch) | |
tree | ecbbf85b209b955038e1b076a1e67ad11d8aa88b /include/com/sun/star | |
parent | 03b52b540549d6e5c61fd7c8c1bf05c43eac0ddd (diff) |
find unused Sequences
Change-Id: Ic1227899d13627e6f52312be830cf9d91068994e
Diffstat (limited to 'include/com/sun/star')
-rw-r--r-- | include/com/sun/star/uno/Sequence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h index 1e6d2b0e102b..19a73eda9f71 100644 --- a/include/com/sun/star/uno/Sequence.h +++ b/include/com/sun/star/uno/Sequence.h @@ -48,7 +48,7 @@ namespace uno @tparam E element type of sequence */ template< class E > -class Sequence +class SAL_WARN_UNUSED Sequence { /** sequence handle */ |