mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-08 10:58:22 -03:00
63b6b638aa
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. |
||
---|---|---|
.. | ||
module | ||
script | ||
bitcoin-build-config.h.in | ||
ccache.cmake | ||
cov_tool_wrapper.sh.in | ||
crc32c.cmake | ||
introspection.cmake | ||
leveldb.cmake | ||
minisketch.cmake | ||
tests.cmake |