mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
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 | ||