mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
ci: Drop no longer necessary -Wno-error=array-bounds
This commit is contained in:
parent
055254e212
commit
e34f12bdd4
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ export RUN_UNIT_TESTS=false
|
||||||
export RUN_FUNCTIONAL_TESTS=false
|
export RUN_FUNCTIONAL_TESTS=false
|
||||||
export GOAL="deploy"
|
export GOAL="deploy"
|
||||||
export BITCOIN_CONFIG="-DREDUCE_EXPORTS=ON -DBUILD_GUI_TESTS=OFF \
|
export BITCOIN_CONFIG="-DREDUCE_EXPORTS=ON -DBUILD_GUI_TESTS=OFF \
|
||||||
-DCMAKE_CXX_FLAGS='-Wno-error=maybe-uninitialized -Wno-error=array-bounds'"
|
-DCMAKE_CXX_FLAGS='-Wno-error=maybe-uninitialized'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue