From d6fc0133151756e076e572628e830ae87cec643b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 28 Jan 2020 09:00:25 +0000 Subject: add SAL_WARN_UNUSED to Region MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iff46a2d46dd9ee7fb4f5966451dac345e1e14126 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87587 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/vcl/region.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/region.hxx b/include/vcl/region.hxx index faa2da61141d..0c8fad891cc0 100644 --- a/include/vcl/region.hxx +++ b/include/vcl/region.hxx @@ -40,7 +40,7 @@ typedef std::vector< tools::Rectangle > RectangleVector; namespace vcl { -class VCL_DLLPUBLIC Region +class SAL_WARN_UNUSED VCL_DLLPUBLIC Region { private: friend class ::OutputDevice; -- cgit