mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 00:26:59 +02:00
doc: Fixup ToIntegral docs
This commit is contained in:
@ -38,7 +38,7 @@ export LC_ALL=C
|
||||
# https://stackoverflow.com/a/34878283 for more details.
|
||||
|
||||
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent stoul/strtol with locale
|
||||
# independent ToIntegral<T>(...).
|
||||
# independent ToIntegral<T>(...) or the ParseInt*() functions.
|
||||
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent snprintf with strprintf.
|
||||
KNOWN_VIOLATIONS=(
|
||||
"src/bitcoin-tx.cpp.*stoul"
|
||||
|
Reference in New Issue
Block a user