summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-12 11:21:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-12 13:54:15 +0100
commit065c8fa896b92a393d87cfdfd650106402e865c1 (patch)
treea9554c117cbd5e5dd38ab3e3683fa4c15a5bb042 /external
parent1336a02a736b7927814701df84fa4671e8c4bcb2 (diff)
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@redhat.com>
Diffstat (limited to 'external')
-rw-r--r--external/skia/Wdeprecated-copy-dtor.patch.010
1 files changed, 10 insertions, 0 deletions
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 @@