mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 19:22:36 +02:00
Use ToLower(...) instead of std::tolower
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user