include/vcl/outdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4ee7a2bd9cab311704a47d18e44a5a17a54d3d66 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Jan 19 19:25:30 2020 +0000 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
