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.
2 parents 457855f + f042525 commit b7b94d8Copy full SHA for b7b94d8
1 file changed
cmake/ci/build_externals.sh
@@ -55,8 +55,10 @@ build_cmake_project dsdcc \
55
-DBUILD_TOOL=OFF -DUSE_MBELIB=ON
56
57
# --- libsigmf ---
58
+# Old flatbuffers submodule triggers -Wstringop-overflow false positive with GCC 13+
59
build_cmake_project libsigmf \
- 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
62
63
# --- sgp4 ---
64
cd "$BUILDDIR"
0 commit comments