summaryrefslogtreecommitdiff
path: root/external/pdfium/build.patch.1
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-05-12 21:24:48 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-05-13 09:03:47 +0200
commit1ffe59ef31186e36ad0aa7bbcdd32e407ee8d26c (patch)
treea8c6d7e9eb96248519cfa247c9c963fd5396a74b /external/pdfium/build.patch.1
parent69708eeced1d27f79b230405b21ef40e0e5bd765 (diff)
external: update pdfium to 4137
Change-Id: Ib7c12461e04fa97bf55ee967e8d6c9bcf92fdf4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94078 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'external/pdfium/build.patch.1')
-rw-r--r--external/pdfium/build.patch.114
1 files changed, 0 insertions, 14 deletions
diff --git a/external/pdfium/build.patch.1 b/external/pdfium/build.patch.1
index 729d87f5ee8e..16544f0c7c81 100644
--- a/external/pdfium/build.patch.1
+++ b/external/pdfium/build.patch.1
@@ -37,17 +37,3 @@ index 0fb627ba8..dda1fc8bc 100644
: span(container.data(), container.size()) {}
template <
typename Container,
---- a/core/fxcrt/fx_memory_wrappers.h.orig 2020-01-15 11:16:03.848760100 +0100
-+++ b/core/fxcrt/fx_memory_wrappers.h 2020-01-15 11:16:44.050531200 +0100
-@@ -23,8 +23,11 @@
- template <class T>
- struct FxAllocAllocator {
- public:
-+#ifndef _WIN32
-+ // MSVC thinks uint8_t is not an arithmetic type.
- static_assert(std::is_arithmetic<T>::value,
- "Only numeric types allowed in this partition");
-+#endif
-
- using value_type = T;
- using pointer = T*;