aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-05-21 06:50:16 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-05-21 06:48:40 +0200
commitfa73431dd4709754c34a4d5ad1c940ff9e628cf3 (patch)
tree9b241ace61d104c146c0b6da2674a3d4c1125c77 /ci
parentecd23656db174adef61d3bd753d02698c3528192 (diff)
downloadbitcoin-fa73431dd4709754c34a4d5ad1c940ff9e628cf3.tar.xz
ci: Add mising -Wno-error=maybe-uninitialized to armhf task
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_arm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_arm.sh b/ci/test/00_setup_env_arm.sh
index c80036164f..396e782959 100755
--- a/ci/test/00_setup_env_arm.sh
+++ b/ci/test/00_setup_env_arm.sh
@@ -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'"