mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
cmake enable -Wcast-align and disable per module
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
px4_add_module(
|
||||
MODULE modules__syslink
|
||||
MAIN syslink
|
||||
COMPILE_FLAGS
|
||||
-Wno-cast-align # TODO: fix and enable
|
||||
STACK_MAIN 1300
|
||||
SRCS
|
||||
syslink_main.cpp
|
||||
@@ -41,5 +43,4 @@ px4_add_module(
|
||||
syslink_memory.cpp
|
||||
syslink_params.c
|
||||
syslink.c
|
||||
DEPENDS
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user