Commit fd4a90d
committed
Merge #244: ci: suppress two tidy lint issues
16dfc36 ci: avoid bugprone-unused-return-value lint in test (Sjors Provoost)
dacd5ed ci: suppress nontrivial-threadlocal lint in proxy.cpp (Sjors Provoost)
Pull request description:
Needed for clang-22 tidy job, see:
bitcoin/bitcoin#34662
ACKs for top commit:
ryanofsky:
Code review ACK 16dfc36, just switching to NOLINT to (void) since last
Tree-SHA512: fca97015733b88422f895e7a193fe6700f45a1a12904fe5f8857367561d4e2393dc0598373f908b507e8149eb4e9633f797856ff841ea80fb3e924fe786dc70b2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments