mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Merge bitcoin/bitcoin#30144: ci: Add mising -Wno-error=maybe-uninitialized to armhf task
fa73431dd4
ci: Add mising -Wno-error=maybe-uninitialized to armhf task (MarcoFalke) Pull request description: This happens afterbd597c33e3
in many pull requests as a silent merge conflict. For example: * https://github.com/bitcoin/bitcoin/pull/29720#issuecomment-2120847661 * https://github.com/bitcoin/bitcoin/pull/29521#issuecomment-2106542236 * (Probably many undetected, because the CI task was not yet re-run) * ... ACKs for top commit: fjahr: utACKfa73431dd4
fanquake: ACKfa73431dd4
- many fixed with 13.x Tree-SHA512: 6e6ff8dc6f3c6a2abcd04c4203d3468f6e98c1ad3a4da4ad0037a9ee2cbec6bec079a5f778aba0273e38e173849927abcdfcfba7643d08ed66c1168cb89fab08
This commit is contained in:
commit
fa8cb0516d
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ export RUN_FUNCTIONAL_TESTS=false
|
|||
export GOAL="install"
|
||||
# -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
|
||||
# This could be removed once the ABI change warning does not show up by default
|
||||
export BITCOIN_CONFIG="--enable-reduce-exports CXXFLAGS=-Wno-psabi"
|
||||
export BITCOIN_CONFIG="--enable-reduce-exports CXXFLAGS='-Wno-psabi -Wno-error=maybe-uninitialized'"
|
||||
|
|
Loading…
Add table
Reference in a new issue