Skip to content

Commit b088062

Browse files
committed
ci: remove -Wdocumentation from -Werror in multiprocess CI
The issues here are coming from Boost Test code.
1 parent bec6a88 commit b088062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_i686_multiprocess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
1414
export GOAL="install"
1515
export TEST_RUNNER_EXTRA="--v2transport"
1616
export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' \
17-
CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
17+
CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' CXXFLAGS='-Wno-error=documentation'"
1818
export BITCOIND=bitcoin-node # Used in functional tests

0 commit comments

Comments
 (0)