Commit 4a0251c
committed
Merge bitcoin/bitcoin#31187: ci: Do not error on unused-member-function in test each commit
54d07dd ci: Do not error on unused-member-function in test each commit (Sergi Delgado Segura)
Pull request description:
After bitcoin/bitcoin#31045, an unused method in a commit will trigger a compilation error, even if that method is later used in a following commit within the same PR.
Do not enforce unused-member-function in test each commit.
Close #31180
ACKs for top commit:
kevkevinpal:
lgtm ACK [54d07dd](bitcoin/bitcoin@54d07dd)
maflcko:
lgtm ACK 54d07dd
TheCharlatan:
lgtm ACK 54d07dd
Tree-SHA512: 79723ca604d44b065b08793b442de9049a689cc5a4df508299a91966456bf77e24a0f3febaf3114fd23b061716554b70ee866bf594283960d952366ea2096dbc1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments