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/1914 ``` : warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 50 | return getpagesize(); | ~~~~~~ ^~~~~~~~~~~~~ ../_deps/absl-src/absl/base/internal/poison.cc:79:29: error: use of undeclared identifier 'data' 79 | return static_cast<char*>(data) + block_size / 2; | ^ 1 warning and 1 error generated. gmake[2]: *** [_deps/absl-build/absl/base/CMakeFiles/poison.dir/build.make:76: _deps/absl-build/absl/base/CMakeFiles/poison.dir/internal/poison.cc.obj] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:1843: _deps/absl-build/absl/base/CMakeFiles/poison.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 ``` Merge6b172a21d1into785b11b33fMerging this change closes #1914 COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1914 from Ricardicus:master6b172a21d1PiperOrigin-RevId: 788985640 Change-Id: Ife849052c340985d08a4dda131dad086e670d901