Use ToLower(...) instead of std::tolower

This commit is contained in:
practicalswift
2018-10-29 09:15:11 +01:00
parent e70cc8983c
commit c5fd143edb
3 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ KNOWN_VIOLATIONS=(
"src/test/getarg_tests.cpp.*split"
"src/torcontrol.cpp:.*atoi"
"src/torcontrol.cpp:.*strtol"
"src/uint256.cpp:.*tolower"
"src/util/system.cpp:.*atoi"
"src/util/system.cpp:.*fprintf"
"src/util/system.cpp:.*tolower"
"src/util/strencodings.cpp:.*atoi"
"src/util/strencodings.cpp:.*strtol"
"src/util/strencodings.cpp:.*strtoul"