Projects
Extra
chromium-ffmpeg-extra
gcc13-fix.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc13-fix.patch of Package chromium-ffmpeg-extra
Index: chromium-114.0.5735.90/base/check_op.h =================================================================== --- chromium-114.0.5735.90.orig/base/check_op.h +++ chromium-114.0.5735.90/base/check_op.h @@ -5,6 +5,7 @@ #ifndef BASE_CHECK_OP_H_ #define BASE_CHECK_OP_H_ +#include <cstdint> #include <cstddef> #include <string> #include <type_traits> Index: chromium-114.0.5735.90/base/debug/profiler.h =================================================================== --- chromium-114.0.5735.90.orig/base/debug/profiler.h +++ chromium-114.0.5735.90/base/debug/profiler.h @@ -8,6 +8,7 @@ #include <stddef.h> #include <stdint.h> +#include <cstdint> #include <string> #include "base/base_export.h" Index: chromium-114.0.5735.90/components/viz/common/view_transition_element_resource_id.h =================================================================== --- chromium-114.0.5735.90.orig/components/viz/common/view_transition_element_resource_id.h +++ chromium-114.0.5735.90/components/viz/common/view_transition_element_resource_id.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> #include <vector> Index: chromium-114.0.5735.90/gpu/config/gpu_feature_info.h =================================================================== --- chromium-114.0.5735.90.orig/gpu/config/gpu_feature_info.h +++ chromium-114.0.5735.90/gpu/config/gpu_feature_info.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> #include <vector> Index: chromium-114.0.5735.90/net/base/net_export.h =================================================================== --- chromium-114.0.5735.90.orig/net/base/net_export.h +++ chromium-114.0.5735.90/net/base/net_export.h @@ -5,6 +5,8 @@ #ifndef NET_BASE_NET_EXPORT_H_ #define NET_BASE_NET_EXPORT_H_ +#include <cstdint> + // Defines NET_EXPORT so that functionality implemented by the net module can // be exported to consumers, and NET_EXPORT_PRIVATE that allows unit tests to // access features not intended to be used directly by real consumers. Index: chromium-114.0.5735.90/sandbox/linux/syscall_broker/broker_file_permission.h =================================================================== --- chromium-114.0.5735.90.orig/sandbox/linux/syscall_broker/broker_file_permission.h +++ chromium-114.0.5735.90/sandbox/linux/syscall_broker/broker_file_permission.h @@ -5,6 +5,7 @@ #ifndef SANDBOX_LINUX_SYSCALL_BROKER_BROKER_FILE_PERMISSION_H_ #define SANDBOX_LINUX_SYSCALL_BROKER_BROKER_FILE_PERMISSION_H_ +#include <cstdint> #include <bitset> #include <cstdint> #include <string> Index: chromium-114.0.5735.90/third_party/abseil-cpp/absl/strings/string_view.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/abseil-cpp/absl/strings/string_view.h +++ chromium-114.0.5735.90/third_party/abseil-cpp/absl/strings/string_view.h @@ -27,6 +27,7 @@ #ifndef ABSL_STRINGS_STRING_VIEW_H_ #define ABSL_STRINGS_STRING_VIEW_H_ +#include <cstdint> #include <algorithm> #include <cassert> #include <cstddef> Index: chromium-114.0.5735.90/third_party/angle/include/GLSLANG/ShaderVars.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/angle/include/GLSLANG/ShaderVars.h +++ chromium-114.0.5735.90/third_party/angle/include/GLSLANG/ShaderVars.h @@ -10,6 +10,7 @@ #ifndef GLSLANG_SHADERVARS_H_ #define GLSLANG_SHADERVARS_H_ +#include <cstdint> #include <algorithm> #include <array> #include <cstdint> Index: chromium-114.0.5735.90/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h +++ chromium-114.0.5735.90/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <array> #include <cstdint> #include <functional> Index: chromium-114.0.5735.90/third_party/dawn/src/tint/reader/spirv/namer.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/dawn/src/tint/reader/spirv/namer.h +++ chromium-114.0.5735.90/third_party/dawn/src/tint/reader/spirv/namer.h @@ -15,6 +15,7 @@ #ifndef SRC_TINT_READER_SPIRV_NAMER_H_ #define SRC_TINT_READER_SPIRV_NAMER_H_ +#include <cstdint> #include <string> #include <unordered_map> #include <vector> Index: chromium-114.0.5735.90/third_party/openscreen/src/discovery/dnssd/public/dns_sd_txt_record.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/openscreen/src/discovery/dnssd/public/dns_sd_txt_record.h +++ chromium-114.0.5735.90/third_party/openscreen/src/discovery/dnssd/public/dns_sd_txt_record.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <functional> #include <map> #include <set> Index: chromium-114.0.5735.90/third_party/swiftshader/src/System/LRUCache.hpp =================================================================== --- chromium-114.0.5735.90.orig/third_party/swiftshader/src/System/LRUCache.hpp +++ chromium-114.0.5735.90/third_party/swiftshader/src/System/LRUCache.hpp @@ -17,6 +17,7 @@ #include "System/Debug.hpp" +#include <cstdint> #include <cstddef> #include <cstdint> #include <functional> Index: chromium-114.0.5735.90/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h +++ chromium-114.0.5735.90/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h @@ -2388,6 +2388,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeV #ifdef VMA_IMPLEMENTATION #undef VMA_IMPLEMENTATION +#include <cstdio> #include <cstdint> #include <cstdlib> #include <cstring> Index: chromium-114.0.5735.90/ui/gfx/geometry/linear_gradient.h =================================================================== --- chromium-114.0.5735.90.orig/ui/gfx/geometry/linear_gradient.h +++ chromium-114.0.5735.90/ui/gfx/geometry/linear_gradient.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <array> #include <cstddef> #include <cstdint> Index: chromium-114.0.5735.90/third_party/ruy/src/ruy/profiler/instrumentation.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/ruy/src/ruy/profiler/instrumentation.h +++ chromium-114.0.5735.90/third_party/ruy/src/ruy/profiler/instrumentation.h @@ -17,6 +17,7 @@ limitations under the License. #define RUY_RUY_PROFILER_INSTRUMENTATION_H_ #ifdef RUY_PROFILER +#include <string> #include <cstdio> #include <mutex> #include <vector> Index: chromium-114.0.5735.90/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.h +++ chromium-114.0.5735.90/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.h @@ -31,6 +31,7 @@ limitations under the License. #ifndef TENSORFLOW_LITE_KERNELS_INTERNAL_SPECTROGRAM_H_ #define TENSORFLOW_LITE_KERNELS_INTERNAL_SPECTROGRAM_H_ +#include <cstdint> #include <complex> #include <deque> #include <vector> Index: chromium-114.0.5735.90/base/containers/flat_map.h =================================================================== --- chromium-114.0.5735.90.orig/base/containers/flat_map.h +++ chromium-114.0.5735.90/base/containers/flat_map.h @@ -5,6 +5,7 @@ #ifndef BASE_CONTAINERS_FLAT_MAP_H_ #define BASE_CONTAINERS_FLAT_MAP_H_ +#include <cstdint> #include <functional> #include <tuple> #include <utility> Index: chromium-114.0.5735.90/components/crash/core/app/crash_reporter_client.h =================================================================== --- chromium-114.0.5735.90.orig/components/crash/core/app/crash_reporter_client.h +++ chromium-114.0.5735.90/components/crash/core/app/crash_reporter_client.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> #include "build/build_config.h" Index: chromium-114.0.5735.90/ui/base/prediction/kalman_filter.h =================================================================== --- chromium-114.0.5735.90.orig/ui/base/prediction/kalman_filter.h +++ chromium-114.0.5735.90/ui/base/prediction/kalman_filter.h @@ -7,6 +7,8 @@ #include <stdint.h> +#include <cstdint> + #include "base/component_export.h" #include "ui/gfx/geometry/matrix3_f.h" Index: chromium-114.0.5735.90/components/password_manager/core/browser/generation/password_generator.h =================================================================== --- chromium-114.0.5735.90.orig/components/password_manager/core/browser/generation/password_generator.h +++ chromium-114.0.5735.90/components/password_manager/core/browser/generation/password_generator.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> Index: chromium-114.0.5735.90/components/feature_engagement/internal/event_storage_validator.h =================================================================== --- chromium-114.0.5735.90.orig/components/feature_engagement/internal/event_storage_validator.h +++ chromium-114.0.5735.90/components/feature_engagement/internal/event_storage_validator.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> namespace feature_engagement { Index: chromium-114.0.5735.90/components/feature_engagement/internal/never_event_storage_validator.h =================================================================== --- chromium-114.0.5735.90.orig/components/feature_engagement/internal/never_event_storage_validator.h +++ chromium-114.0.5735.90/components/feature_engagement/internal/never_event_storage_validator.h @@ -5,6 +5,7 @@ #ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_NEVER_EVENT_STORAGE_VALIDATOR_H_ #define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_NEVER_EVENT_STORAGE_VALIDATOR_H_ +#include <cstdint> #include <string> #include "components/feature_engagement/internal/event_storage_validator.h" Index: chromium-114.0.5735.90/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Signals.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Signals.h +++ chromium-114.0.5735.90/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Signals.h @@ -14,6 +14,7 @@ #ifndef LLVM_SUPPORT_SIGNALS_H #define LLVM_SUPPORT_SIGNALS_H +#include <cstdint> #include <string> namespace llvm { Index: chromium-114.0.5735.90/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc =================================================================== --- chromium-114.0.5735.90.orig/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc +++ chromium-114.0.5735.90/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc @@ -45,6 +45,7 @@ #include "llvm/Support/SaveAndRestore.h" #include "llvm/Support/raw_ostream.h" #include <algorithm> +#include <cstdint> #include <string> #include <sysexits.h> #ifdef HAVE_BACKTRACE Index: chromium-114.0.5735.90/chrome/browser/privacy_budget/encountered_surface_tracker.h =================================================================== --- chromium-114.0.5735.90.orig/chrome/browser/privacy_budget/encountered_surface_tracker.h +++ chromium-114.0.5735.90/chrome/browser/privacy_budget/encountered_surface_tracker.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <map> #include "base/containers/flat_set.h" Index: chromium-114.0.5735.90/components/autofill/core/browser/autofill_ablation_study.h =================================================================== --- chromium-114.0.5735.90.orig/components/autofill/core/browser/autofill_ablation_study.h +++ chromium-114.0.5735.90/components/autofill/core/browser/autofill_ablation_study.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> class GURL; Index: chromium-114.0.5735.90/components/omnibox/browser/on_device_head_model.h =================================================================== --- chromium-114.0.5735.90.orig/components/omnibox/browser/on_device_head_model.h +++ chromium-114.0.5735.90/components/omnibox/browser/on_device_head_model.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> #include <utility> #include <vector> Index: chromium-114.0.5735.90/components/payments/content/utility/fingerprint_parser.h =================================================================== --- chromium-114.0.5735.90.orig/components/payments/content/utility/fingerprint_parser.h +++ chromium-114.0.5735.90/components/payments/content/utility/fingerprint_parser.h @@ -5,6 +5,7 @@ #ifndef COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_ #define COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_ +#include <cstdint> #include <stddef.h> #include <stdint.h> Index: chromium-114.0.5735.90/pdf/document_attachment_info.h =================================================================== --- chromium-114.0.5735.90.orig/pdf/document_attachment_info.h +++ chromium-114.0.5735.90/pdf/document_attachment_info.h @@ -7,6 +7,7 @@ #include <stdint.h> +#include <cstdint> #include <string> Index: chromium-114.0.5735.90/third_party/pdfium/constants/annotation_flags.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/pdfium/constants/annotation_flags.h +++ chromium-114.0.5735.90/third_party/pdfium/constants/annotation_flags.h @@ -7,6 +7,8 @@ #include <stdint.h> +#include <cstdint> + namespace pdfium { namespace annotation_flags { Index: chromium-114.0.5735.90/base/cpu.h =================================================================== --- chromium-114.0.5735.90.orig/base/cpu.h +++ chromium-114.0.5735.90/base/cpu.h @@ -5,6 +5,7 @@ #ifndef BASE_CPU_H_ #define BASE_CPU_H_ +#include <cstdint> #include <string> #include "base/base_export.h" Index: chromium-114.0.5735.90/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h =================================================================== --- chromium-114.0.5735.90.orig/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h +++ chromium-114.0.5735.90/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h @@ -2884,6 +2884,7 @@ static void vma_aligned_free(void* VMA_N // Define this macro to 1 to enable functions: vmaBuildStatsString, vmaFreeStatsString. #if VMA_STATS_STRING_ENABLED +#include <stdio.h> static inline void VmaUint32ToStr(char* VMA_NOT_NULL outStr, size_t strLen, uint32_t num) { snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num)); Index: chromium-114.0.5735.90/chrome/browser/webauthn/authenticator_request_dialog_model.h =================================================================== --- chromium-114.0.5735.90.orig/chrome/browser/webauthn/authenticator_request_dialog_model.h +++ chromium-114.0.5735.90/chrome/browser/webauthn/authenticator_request_dialog_model.h @@ -8,6 +8,7 @@ #include <memory> #include <string> #include <vector> +#include <variant> #include "base/containers/span.h" #include "base/functional/callback_forward.h" Index: chromium-114.0.5735.90/gin/time_clamper.h =================================================================== --- chromium-114.0.5735.90.orig/gin/time_clamper.h +++ chromium-114.0.5735.90/gin/time_clamper.h @@ -48,7 +48,7 @@ class GIN_EXPORT TimeClamper { const int64_t micros = now_micros % 1000; // abs() is necessary for devices with times before unix-epoch (most likely // configured incorrectly). - if (abs(micros) + kResolutionMicros < 1000) { + if (std::abs(micros) + kResolutionMicros < 1000) { return now_micros / 1000; } return ClampTimeResolution(now_micros) / 1000; Index: chromium-114.0.5735.90/chrome/test/chromedriver/chrome/web_view_impl.cc =================================================================== --- chromium-114.0.5735.90.orig/chrome/test/chromedriver/chrome/web_view_impl.cc +++ chromium-114.0.5735.90/chrome/test/chromedriver/chrome/web_view_impl.cc @@ -11,6 +11,7 @@ #include <queue> #include <utility> #include <vector> +#include <cstring> #include "base/check.h" #include "base/files/file_path.h"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.