A file-wide suppression is problematic because it will wave through future violations, potentially bugs.
Fix that by using per-statement casts.
A file-wide suppression is problematic because it will wave through future violations, potentially bugs.
Fix that by using per-statement casts.
-O2
, the bitcoind binary doesn’t change with the commit
ACK fadd73037e266edb844f0972e82e9213171ef214
implicit-integer-sign-change
warning while compiling the PR.Observed no implicit-integer-sign-change warning while compiling the PR.
To clarify the warnings would only appear at runtime, so it requires to run all tests (fuzz, functional, unit, …) with sanitizers enabled. This takes quite some time, but luckily CI also does it.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
MarcoFalke
shaavan
DrahtBot
theStack
Labels
Refactoring