Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#31804: ci: Remove no longer needed `-Wno-error=…
Browse files Browse the repository at this point in the history
…documentation`

f1d7a6d ci: Remove no longer needed '-Wno-error=documentation' (Hennadii Stepanov)

Pull request description:

  Picked from bitcoin/bitcoin#31726.

ACKs for top commit:
  maflcko:
    lgtm ACK f1d7a6d

Tree-SHA512: 2c4b197da1a60662922341062f9c1fe43b0e35a50194f4757057a48d7538f2f68540ed56508193a5c6a81e3f7dfbca78b15e3c101aae08d8ccd1fc5df0535932
  • Loading branch information
fanquake committed Feb 6, 2025
2 parents 82ba505 + f1d7a6d commit d6c229d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/test/00_setup_env_i686_multiprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export BITCOIN_CONFIG="\
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_C_COMPILER='clang;-m32' \
-DCMAKE_CXX_COMPILER='clang++;-m32' \
-DCMAKE_CXX_FLAGS='-Wno-error=documentation' \
-DAPPEND_CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' \
"
export BITCOIND=bitcoin-node # Used in functional tests

0 comments on commit d6c229d

Please sign in to comment.