Files
abseil-cpp/absl
Rickard Hallerbäck a9268d5f4b PR #1914: absl/base/internal/poison.cc: Minor build fix
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
```

Merge 6b172a21d1 into 785b11b33f

Merging this change closes #1914

COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1914 from Ricardicus:master 6b172a21d1
PiperOrigin-RevId: 788985640
Change-Id: Ife849052c340985d08a4dda131dad086e670d901
2025-07-30 11:51:35 -07:00
..
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-24 14:04:51 -07:00
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-25 12:11:11 -07:00
2025-07-14 15:00:34 -07:00
2025-07-14 15:00:34 -07:00
2025-07-30 08:55:00 -07:00