We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bca26e commit fa6a755Copy full SHA for fa6a755
ci/test/00_setup_env_native_qt5.sh
@@ -15,7 +15,7 @@ export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude fe
15
export RUN_UNIT_TESTS_SEQUENTIAL="true"
16
export RUN_UNIT_TESTS="false"
17
export GOAL="install"
18
-export NO_WERROR=1
+export NO_WERROR=1 # -Werror=maybe-uninitialized
19
export DOWNLOAD_PREVIOUS_RELEASES="true"
20
export BITCOIN_CONFIG="--enable-zmq --with-libs=no --with-gui=qt5 --enable-reduce-exports \
21
--enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\""
0 commit comments