This would trigger failures when -Werror is enabled, such as:
https://build.bitcoinabc.org/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=66573&guest=1#footer
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCc9df2beb473f: [CMAKE] Fix a -Wpointer-to-int-cast when searching Jemalloc
cmake -GNinja .. \ -DUSE_JEMALLOC_EXPERIMENTAL=ON \ -DCMAKE_C_FLAGS=-Werror
This will fail before this patch and succeed after.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_warning_cast_ptr_to_int_CheckJemallocBuilds
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 11162 Build 20902: Default Diff Build & Tests Build 20901: Build without Wallet Build 20900: Build with clang-10 Build 20899: arc lint + arc unit