diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-28 09:00:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-28 12:03:02 +0100 |
commit | d6fc0133151756e076e572628e830ae87cec643b (patch) | |
tree | ae136c2c3fae45693976a30dc91070f1f4e4192e /include | |
parent | a1c912157d3e8652544dd4722add6900528ee352 (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/region.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |