Replace stoul with ToIntegral in dbwrapper

This commit is contained in:
MarcoFalke
2021-10-07 11:18:19 +02:00
parent c0b6c96eee
commit fa165e9545
2 changed files with 5 additions and 4 deletions

View File

@@ -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"