aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-02-14 10:20:10 +0100
committerSjors Provoost <sjors@sprovoost.nl>2020-02-14 10:40:23 +0100
commitc98c26ee992f204b17bf17d271512b36c40ad8c5 (patch)
tree07db01c8b3a1606e8417266ba0871e7d18069711 /ci
parent6ba617dbe2b79d13ceec7d452e44ecab3bb814e7 (diff)
downloadbitcoin-c98c26ee992f204b17bf17d271512b36c40ad8c5.tar.xz
ci: use --enable-werror on more hosts
Diffstat (limited to 'ci')
-rw-r--r--ci/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 86dd423eab..2b30b4a5e3 100644
--- a/ci/test/00_setup_env_arm.sh
+++ b/ci/test/00_setup_env_arm.sh
@@ -25,4 +25,4 @@ export RUN_FUNCTIONAL_TESTS=true
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-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi"
+export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi --enable-werror"