summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/implbase7.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-27 14:41:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-31 05:32:03 +0000
commit2670ca3fc597decae78499d1397539668eb84e5e (patch)
tree0ebb92fa0e1e92cf4891042046cd8fb83423c01f /include/cppuhelper/implbase7.hxx
parentofz: we're going to need at last a len field and a CounterByte on each row (diff)
downloadcore-2670ca3fc597decae78499d1397539668eb84e5e.tar.gz
core-2670ca3fc597decae78499d1397539668eb84e5e.zip
a whole bunch of SAL_WARN_UNUSED
Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/cppuhelper/implbase7.hxx')
-rw-r--r--include/cppuhelper/implbase7.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase7.hxx b/include/cppuhelper/implbase7.hxx
index 01f500b74ae7..e1ca12482e83 100644
--- a/include/cppuhelper/implbase7.hxx
+++ b/include/cppuhelper/implbase7.hxx
@@ -36,7 +36,7 @@ namespace cppu
};
template< typename Ifc1, typename Ifc2, typename Ifc3, typename Ifc4, typename Ifc5, typename Ifc6, typename Ifc7, typename Impl >
- struct ImplClassData7
+ struct SAL_WARN_UNUSED ImplClassData7
{
class_data* operator ()()
{