Skip to content

Commit ba23fdb

Browse files
committed
Remove stringop-overflow warnings when building libzmq
1 parent c51a883 commit ba23fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
-DZMQ_BUILD_TESTS=OFF \
114114
-DCMAKE_BUILD_TYPE=Release \
115115
-DENABLE_DRAFTS=${{ matrix.drafts }} \
116-
-DCMAKE_CXX_FLAGS="-Wno-error=stringop-truncation" \
117-
-DCMAKE_C_FLAGS="-Wno-error=stringop-truncation"
116+
-DCMAKE_CXX_FLAGS="-Wno-error=stringop-truncation -Wno-stringop-overflow" \
117+
-DCMAKE_C_FLAGS="-Wno-error=stringop-truncation -Wno-stringop-overflow"
118118
cmake --build libzmq-build --config ${BUILDTYPE} -j ${THREADS}
119119
echo "LIBZMQ=${PWD}/libzmq-build" >> ${GITHUB_ENV}
120120

0 commit comments

Comments
 (0)