Skip to content

Commit fa73431

Browse files
author
MarcoFalke
committed
ci: Add mising -Wno-error=maybe-uninitialized to armhf task
1 parent ecd2365 commit fa73431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export RUN_FUNCTIONAL_TESTS=false
1717
export GOAL="install"
1818
# -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
1919
# This could be removed once the ABI change warning does not show up by default
20-
export BITCOIN_CONFIG="--enable-reduce-exports CXXFLAGS=-Wno-psabi"
20+
export BITCOIN_CONFIG="--enable-reduce-exports CXXFLAGS='-Wno-psabi -Wno-error=maybe-uninitialized'"

0 commit comments

Comments
 (0)