mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
ci: Add mising -Wno-error=maybe-uninitialized to armhf task
This commit is contained in:
parent
ecd23656db
commit
fa73431dd4
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