diff options
author | 2025-06-20 20:31:06 -0400 | |
---|---|---|
committer | 2025-06-20 20:31:06 -0400 | |
commit | 04697f471c5552ae9ea48818cad3dc82dc3be779 (patch) | |
tree | 39944faaf484e99954a664fb2ba601b01c6ef16d /www-client/chromium/files | |
parent | 66659f904bc022ee7fa14f99d95f420c8a57dbfd (diff) | |
download | ppo-04697f471c5552ae9ea48818cad3dc82dc3be779.tar.xz |
how?
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-139-compiler-r1.patch | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/www-client/chromium/files/chromium-139-compiler-r1.patch b/www-client/chromium/files/chromium-139-compiler-r1.patch index ea5c77f..e6d3025 100644 --- a/www-client/chromium/files/chromium-139-compiler-r1.patch +++ b/www-client/chromium/files/chromium-139-compiler-r1.patch @@ -1,3 +1,4 @@ +a94140ccbd compiler diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index 0c04c90368..37f3828f09 100644 --- a/build/config/compiler/BUILD.gn @@ -437,16 +438,3 @@ index bd18d13119..6687b7cb2f 100644 # Any extra std rlibs in your Rust toolchain, relative to the standard # Rust toolchain. Typically used with 'rust_sysroot_absolute' -diff --git a/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h b/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h -index e98f8df605..6035b0b84b 100644 ---- a/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h -+++ b/third_party/protobuf/src/google/protobuf/repeated_ptr_field.h -@@ -944,7 +944,7 @@ class GenericTypeHandler<std::string> { - // RepeatedPtrField is like RepeatedField, but used for repeated strings or - // Messages. - template <typename Element> --class ABSL_ATTRIBUTE_WARN_UNUSED RepeatedPtrField final -+class PROTOBUF_EXPORT ABSL_ATTRIBUTE_WARN_UNUSED RepeatedPtrField final - : private internal::RepeatedPtrFieldBase { - static_assert(!std::is_const<Element>::value, - "We do not support const value types."); |