0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00
bitcoin-core/cmake
Lőrinc 63b6b638aa build: Use character literals for generated headers to avoid narrowing
Use character literals instead of integer hex values (i.e. `'\x5b','\x0a', ...` instead of `0x5b, 0x0a, ...`) for generated headers.
This avoids C++11 narrowing warnings in a more concise way than using explicit char casts.

Extra whitespace is also removed between elements for brevity.
2024-12-20 14:37:31 +01:00
..
module
script
bitcoin-build-config.h.in
ccache.cmake
cov_tool_wrapper.sh.in
crc32c.cmake
introspection.cmake
leveldb.cmake
minisketch.cmake
tests.cmake