Skip to content

Commit fa6a755

Browse files
author
MarcoFalke
committed
ci: Document the false positive error for g++-9
1 parent 4bca26e commit fa6a755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_native_qt5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude fe
1515
export RUN_UNIT_TESTS_SEQUENTIAL="true"
1616
export RUN_UNIT_TESTS="false"
1717
export GOAL="install"
18-
export NO_WERROR=1
18+
export NO_WERROR=1 # -Werror=maybe-uninitialized
1919
export DOWNLOAD_PREVIOUS_RELEASES="true"
2020
export BITCOIN_CONFIG="--enable-zmq --with-libs=no --with-gui=qt5 --enable-reduce-exports \
2121
--enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\""

0 commit comments

Comments
 (0)