[Libreoffice-commits] core.git: external/skia
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 12 12:55:41 UTC 2019
external/skia/Wdeprecated-copy-dtor.patch.0 | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit 065c8fa896b92a393d87cfdfd650106402e865c1
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 12 11:21:54 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 12 13:54:15 2019 +0100
external/skia: Further -Werror=deprecated-copy-dtor for Clang 10 trunk
...where the warning finds more occurrences than with GCC
Change-Id: I12303de8f3b2d3299e847480e556ad03663d5401
Reviewed-on: https://gerrit.libreoffice.org/85040
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/skia/Wdeprecated-copy-dtor.patch.0 b/external/skia/Wdeprecated-copy-dtor.patch.0
index 335ad9b84b94..710fe9c249d9 100644
--- a/external/skia/Wdeprecated-copy-dtor.patch.0
+++ b/external/skia/Wdeprecated-copy-dtor.patch.0
@@ -1,3 +1,13 @@
+--- include/gpu/GrDriverBugWorkarounds.h
++++ include/gpu/GrDriverBugWorkarounds.h
+@@ -35,6 +35,7 @@
+ public:
+ GrDriverBugWorkarounds();
+ explicit GrDriverBugWorkarounds(const std::vector<int32_t>& workarounds);
++ GrDriverBugWorkarounds(GrDriverBugWorkarounds const &) = default;
+
+ GrDriverBugWorkarounds& operator=(const GrDriverBugWorkarounds&) = default;
+
--- tools/sk_app/VulkanWindowContext.h
+++ tools/sk_app/VulkanWindowContext.h
@@ -33,6 +33,8 @@
More information about the Libreoffice-commits
mailing list