zenoh: fix sitl ci compile warning

This commit is contained in:
Peter van der Perk 2023-10-30 19:29:19 +01:00 committed by Daniel Agar
parent 2e850371c5
commit fee6d250f3
1 changed files with 1 additions and 0 deletions

View File

@ -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