diff options
author | fanquake <fanquake@gmail.com> | 2021-07-18 14:32:52 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-07-18 14:33:22 +0800 |
commit | 4371e635d68251202f94353aa3124d74c78f7ec9 (patch) | |
tree | 91ac83bc6074d7e6c9178ac50759f006ad6de248 /src | |
parent | 4315dc02a1ebc6003d1ef8789490ba4442861a6b (diff) | |
parent | 1edddf5de41b053049ce0b0bdbc39c2fbb743c40 (diff) |
Merge bitcoin/bitcoin#22410: Avoid GCC 7.1 ABI change warning in guix build
1edddf5de41b053049ce0b0bdbc39c2fbb743c40 Avoid GCC 7.1 ABI change warning in guix build (Pieter Wuille)
Pull request description:
The arm-linux-gnueabihf guix build output is littered with warnings like:
```
/gnu/store/7a96hdqdb2qi8a39f09n84xjy2hr23rs-gcc-cross-arm-linux-gnueabihf-8.4.0/include/c++/bits/stl_vector.h:1085:4: note:
parameter passing for argument of type '__gnu_cxx::__normal_iterator<CRecipient*, std::vector<CRecipient> >' changed in GCC 7.1
```
These are irrelevant for us. Disable them using `-Wno-psabi`.
ACKs for top commit:
laanwj:
ACK 1edddf5de41b053049ce0b0bdbc39c2fbb743c40
hebasto:
ACK 1edddf5de41b053049ce0b0bdbc39c2fbb743c40, after thorough reading related materials, I agree this change can be merged. As I mentioned above, I have been compiling my arm-32bit binaries with `-Wno-psabi` flag for two years, and no related flaws were observed.
Tree-SHA512: 485c7500547ac5da567ad23847341c18ff832607f5a1002676404cc647e437cf3445b6894ecff5b52929ca52bea946c06bd90eace1997c895e56204e787065e4
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions