[Libreoffice-commits] core.git: include/vcl

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 19 20:26:20 UTC 2020


 include/vcl/outdev.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ee7a2bd9cab311704a47d18e44a5a17a54d3d66
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jan 19 19:25:30 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Jan 19 21:25:44 2020 +0100

    flush out unused OutputDevices
    
    Change-Id: I32052f3f37946b21564a931787b1547803c778ad
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87047
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 64ba3f135ad2..022edb9e2a54 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -301,7 +301,7 @@ typedef struct _cairo_surface cairo_surface_t;
 * so we need to use virtual inheritance to keep the referencing counting
 * OK.
 */
-class VCL_DLLPUBLIC OutputDevice : public virtual VclReferenceBase
+class SAL_WARN_UNUSED VCL_DLLPUBLIC OutputDevice : public virtual VclReferenceBase
 {
     friend class Printer;
     friend class VirtualDevice;


More information about the Libreoffice-commits mailing list