From fee6d250f3dcc6e9fad1fadc8d39fc181ace66d5 Mon Sep 17 00:00:00 2001 From: Peter van der Perk Date: Mon, 30 Oct 2023 19:29:19 +0100 Subject: [PATCH] zenoh: fix sitl ci compile warning --- src/modules/zenoh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/zenoh/CMakeLists.txt b/src/modules/zenoh/CMakeLists.txt index 204bad04a7..889a1994a4 100644 --- a/src/modules/zenoh/CMakeLists.txt +++ b/src/modules/zenoh/CMakeLists.txt @@ -51,6 +51,7 @@ add_dependencies(zenohpico git_zenoh-pico px4_platform) target_compile_options(zenohpico PUBLIC -Wno-cast-align -Wno-narrowing -Wno-stringop-overflow + -Wno-stringop-truncation -Wno-unused-result -DZ_BATCH_SIZE_RX=512 -DZ_BATCH_SIZE_TX=512