mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1961 We maintain the V8 Js Compiler on IBM platforms which uses abseil as a dependency. We have recently switched to using Clang and need to create this patch to fix two warnings: ``` warning: implicit conversion changes signedness: 'uint64_t' (aka 'unsigned long') to 'int64_t' (aka 'long') [-Wsign-conversion] warning: implicit conversion loses integer precision: 'uintptr_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] ``` Merge2e972b5c72intod71fcd13f6Merging this change closes #1961 COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1961 from miladfarca:ppc-fix-clang-warn2e972b5c72PiperOrigin-RevId: 823581713 Change-Id: Icff10b99b3808f51866fb97576af405826742088
3.4 KiB
3.4 KiB