diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-06-11 15:05:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-06-11 15:06:49 +0200 |
| commit | 26c93edf1de931e887a7d6c18592ee3187aed4c6 (patch) | |
| tree | 9a92707c9fb8396e3cbf145b18d5cada6a2d4ee6 /src/httpserver.cpp | |
| parent | Merge #13408: crypto: cleanup sha256 build (diff) | |
| parent | Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 (diff) | |
| download | discoin-26c93edf1de931e887a7d6c18592ee3187aed4c6.tar.xz discoin-26c93edf1de931e887a7d6c18592ee3187aed4c6.zip | |
Merge #13294: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3
a426098572884349a3d9081187eaeb999f6e2c5a Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 (practicalswift)
Pull request description:
Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 (OpenBSD clang version 5.0.1, based on LLVM 5.0.1):
```
random.cpp:182:13: warning: unused function 'GetDevURandom' [-Wunused-function]
static void GetDevURandom(unsigned char *ent32)
^
txmempool.cpp:707:45: warning: comparison of integers of different signs: 'uint64_t' (aka 'unsigned long long') and 'long long' [-Wsign-compare]
assert(it->GetSizeWithDescendants() >= childSizes + it->GetTxSize());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Tree-SHA512: da2ae86218054b10659ea694179433700ac91de8022e06007348168ed5adc3d8c4ad3b32a3fc5783a2cdf1ca7425aff586b839200dd3b226ebff72a7df15f120
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions