aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-07 11:18:19 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-07 11:06:37 +0200
commitfa165e954579436fe4b636e4222d8ce0c1269786 (patch)
tree433ce1d0439fcce2ae6ea393192b281caf0bf4a9 /test/lint
parentc0b6c96eee7c9e24b78935516225259e61cdabf7 (diff)
downloadbitcoin-fa165e954579436fe4b636e4222d8ce0c1269786.tar.xz
Replace stoul with ToIntegral in dbwrapper
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh
index 3015c4f9b9..712c4f0d5b 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -42,7 +42,6 @@ export LC_ALL=C
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent snprintf with strprintf.
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"
- "src/dbwrapper.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
"src/rest.cpp:.*strtol"
"src/test/dbwrapper_tests.cpp:.*snprintf"