mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
zenoh: fix sitl ci compile warning
This commit is contained in:
committed by
Daniel Agar
parent
2e850371c5
commit
fee6d250f3
@@ -51,6 +51,7 @@ add_dependencies(zenohpico git_zenoh-pico px4_platform)
|
|||||||
target_compile_options(zenohpico PUBLIC -Wno-cast-align
|
target_compile_options(zenohpico PUBLIC -Wno-cast-align
|
||||||
-Wno-narrowing
|
-Wno-narrowing
|
||||||
-Wno-stringop-overflow
|
-Wno-stringop-overflow
|
||||||
|
-Wno-stringop-truncation
|
||||||
-Wno-unused-result
|
-Wno-unused-result
|
||||||
-DZ_BATCH_SIZE_RX=512
|
-DZ_BATCH_SIZE_RX=512
|
||||||
-DZ_BATCH_SIZE_TX=512
|
-DZ_BATCH_SIZE_TX=512
|
||||||
|
|||||||
Reference in New Issue
Block a user