From 2670ca3fc597decae78499d1397539668eb84e5e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Jan 2017 14:41:46 +0200 Subject: a whole bunch of SAL_WARN_UNUSED Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/resary.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools/resary.hxx') diff --git a/include/tools/resary.hxx b/include/tools/resary.hxx index 0cec8eb351b8..5a935c271066 100644 --- a/include/tools/resary.hxx +++ b/include/tools/resary.hxx @@ -27,7 +27,7 @@ class ResId; -class TOOLS_DLLPUBLIC ResStringArray +class SAL_WARN_UNUSED TOOLS_DLLPUBLIC ResStringArray { struct Impl; std::unique_ptr mpImpl; -- cgit