Skip to content

Commit 69f5fca

Browse files
committed
Alpine: Drop no longer necessary -Wno-error=maybe-uninitialized
1 parent bd91f8a commit 69f5fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
config-options: -DAPPEND_CXXFLAGS="-Wno-error=stringop-overflow"
3333
- name: ', debug'
3434
depends-options: DEBUG=1
35-
config-options: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-Wno-error=maybe-uninitialized
35+
config-options: -DCMAKE_BUILD_TYPE=Debug
3636

3737
steps:
3838
- name: Checkout Bitcoin Core repo

0 commit comments

Comments
 (0)