Commit 0ede354
MarcoFalke
Merge #20386: Silence false positive GCC warning in wallet/rpcwallet.cpp
049feab Add missing optional.h include (Kristaps Kaupe)
29c66ac Silence false positive GCC warning (Kristaps Kaupe)
Pull request description:
Resolves #20381.
ACKs for top commit:
jnewbery:
utACK 049feab
practicalswift:
ACK 049feab: diagnostics signal to noise is increased by getting rid of false positives
hebasto:
ACK 049feab, I have reviewed the code and it looks OK, I agree it can be merged.
Tree-SHA512: 05d84f51521c3b843ed6bf284a83a91db015ad0cd4fcf8b602275812575c1f6b4899286a89d360fbd3caef184abdfb9d834e119842d8740919892f05a0f9e1f81 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
3593 | 3594 | | |
3594 | 3595 | | |
3595 | 3596 | | |
3596 | | - | |
| 3597 | + | |
3597 | 3598 | | |
3598 | 3599 | | |
3599 | 3600 | | |
| |||
0 commit comments