Page MenuHomePhabricator

[CMAKE] Fix a -Wpointer-to-int-cast when searching Jemalloc
ClosedPublic

Authored by Fabien on Jun 3 2020, 15:56.

Details

Summary
Test Plan
cmake -GNinja .. \
  -DUSE_JEMALLOC_EXPERIMENTAL=ON \
  -DCMAKE_C_FLAGS=-Werror

This will fail before this patch and succeed after.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable