summaryrefslogtreecommitdiff
path: root/include/salhelper
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/salhelper
parent267d6e19e393f9352ee743d213e8d82f74141877 (diff)
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/salhelper')
-rw-r--r--include/salhelper/linkhelper.hxx2
-rw-r--r--include/salhelper/timer.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/linkhelper.hxx b/include/salhelper/linkhelper.hxx
index 217373c37d4b..a646668a661a 100644
--- a/include/salhelper/linkhelper.hxx
+++ b/include/salhelper/linkhelper.hxx
@@ -15,7 +15,7 @@
namespace salhelper
{
- class LinkResolver
+ class SAL_WARN_UNUSED LinkResolver
{
public:
osl::FileStatus m_aStatus;
diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx
index b013c782a8a1..ab02090d46da 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -32,7 +32,7 @@ namespace salhelper
*
* Times are seconds in UTC since 01.01.1970
*/
-struct TTimeValue : public TimeValue
+struct SAL_WARN_UNUSED TTimeValue : public TimeValue
{
TTimeValue()
{