aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTimothy D. Prime <tdprime@teleosmedia.com>2017-01-26 10:11:37 -0800
committerTimothy D. Prime <tdprime@teleosmedia.com>2017-01-26 10:11:37 -0800
commit99f584376e53aad34b149ebf5d720fd7271f1c81 (patch)
treefb70de4ce90730c18872969597dc40c2fc6ccd0a /.gitignore
parentMerge pull request #1622 (diff)
downloadmonero-99f584376e53aad34b149ebf5d720fd7271f1c81.tar.xz
Fix invalid + of std::string and int
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().
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions