Code cosmetics: reduce the amount of cppcheck warnings

This commit is contained in:
Felipe Zimmerle
2015-08-12 15:22:00 -03:00
parent 21400ba454
commit d5fe21ce3c
24 changed files with 49 additions and 56 deletions

View File

@@ -354,7 +354,7 @@ std::ostream& operator<<(std::ostream& out, MD5 md5)
//////////////////////////////
std::string md5(const std::string str)
std::string md5(const std::string& str)
{
MD5 md5 = MD5(str);