Skip to content

Commit b7b94d8

Browse files
authored
Merge pull request #3 from FlUxIuS/master
pull sync
2 parents 457855f + f042525 commit b7b94d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmake/ci/build_externals.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ build_cmake_project dsdcc \
5555
-DBUILD_TOOL=OFF -DUSE_MBELIB=ON
5656

5757
# --- libsigmf ---
58+
# Old flatbuffers submodule triggers -Wstringop-overflow false positive with GCC 13+
5859
build_cmake_project libsigmf \
59-
https://github.com/f4exb/libsigmf.git new-namespaces
60+
https://github.com/f4exb/libsigmf.git new-namespaces \
61+
-DCMAKE_CXX_FLAGS=-Wno-error=stringop-overflow
6062

6163
# --- sgp4 ---
6264
cd "$BUILDDIR"

0 commit comments

Comments
 (0)