mirror of
https://github.com/monero-project/monero.git
synced 2024-12-26 05:29:48 +00:00
99f584376e
These warnings were emitted by clang++, and they are real bugs. src/rpc/core_rpc_server.cpp:208:58: warning: adding 'uint64_t' (aka 'unsigned long') to a string does not append to the string [-Wstring-plus-int] res.status = "Error retrieving block at height " + height; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ The obvious intent is achieved by using std::to_string(). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
core_rpc_server.cpp | ||
core_rpc_server.h | ||
core_rpc_server_commands_defs.h | ||
core_rpc_server_error_codes.h |