include/vcl/region.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d6fc0133151756e076e572628e830ae87cec643b Author: Caolán McNamara <[email protected]> AuthorDate: Tue Jan 28 09:00:25 2020 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Jan 28 12:03:02 2020 +0100 add SAL_WARN_UNUSED to Region Change-Id: Iff46a2d46dd9ee7fb4f5966451dac345e1e14126 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87587 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
