From c5fd143edb85d0c181e21a429f9e29d12a611831 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 29 Oct 2018 09:15:11 +0100 Subject: Use ToLower(...) instead of std::tolower --- test/lint/lint-locale-dependence.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/lint/lint-locale-dependence.sh') diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index 59881ce882..2765ebe5c7 100755 --- a/test/lint/lint-locale-dependence.sh +++ b/test/lint/lint-locale-dependence.sh @@ -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" -- cgit v1.2.3