We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wstringop-overflow=
1 parent 1d4389b commit bd91f8aCopy full SHA for bd91f8a
.github/workflows/alpine.yml
@@ -28,6 +28,8 @@ jobs:
28
matrix:
29
configuration:
30
- name: ''
31
+ # See: https://github.com/bitcoin/bitcoin/pull/31829#discussion_r2217735632.
32
+ config-options: -DAPPEND_CXXFLAGS="-Wno-error=stringop-overflow"
33
- name: ', debug'
34
depends-options: DEBUG=1
35
config-options: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-Wno-error=maybe-uninitialized
0 commit comments