ci: Add mising -Wno-error=maybe-uninitialized to armhf task

This commit is contained in:
MarcoFalke 2024-05-21 06:50:16 +02:00
parent ecd23656db
commit fa73431dd4
No known key found for this signature in database

View File

@ -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'"