mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
modules/lib: ignore address-of-packed-member
For now we need to ignore this warning which GCC 9 shows for the MAVLink headers.
This commit is contained in:
@@ -104,7 +104,9 @@ add_custom_command(
|
|||||||
# Create Flight Tasks Library
|
# Create Flight Tasks Library
|
||||||
###########################################
|
###########################################
|
||||||
|
|
||||||
add_compile_options(-Wno-cast-align) # TODO: fix and enable
|
add_compile_options(
|
||||||
|
-Wno-cast-align
|
||||||
|
) # TODO: fix and enable
|
||||||
|
|
||||||
px4_add_library(FlightTasks
|
px4_add_library(FlightTasks
|
||||||
FlightTasks.cpp
|
FlightTasks.cpp
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ px4_add_module(
|
|||||||
STACK_MAX 1600
|
STACK_MAX 1600
|
||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
INCLUDES
|
INCLUDES
|
||||||
${PX4_SOURCE_DIR}/mavlink/include/mavlink
|
${PX4_SOURCE_DIR}/mavlink/include/mavlink
|
||||||
SRCS
|
SRCS
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ px4_add_module(
|
|||||||
-DMavlinkStream=MavlinkStreamTest
|
-DMavlinkStream=MavlinkStreamTest
|
||||||
-DMavlinkFTP=MavlinkFTPTest
|
-DMavlinkFTP=MavlinkFTPTest
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
SRCS
|
SRCS
|
||||||
mavlink_tests.cpp
|
mavlink_tests.cpp
|
||||||
mavlink_ftp_test.cpp
|
mavlink_ftp_test.cpp
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ px4_add_module(
|
|||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-double-promotion
|
-Wno-double-promotion
|
||||||
-Wno-cast-align
|
-Wno-cast-align
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
INCLUDES
|
INCLUDES
|
||||||
${PX4_SOURCE_DIR}/mavlink/include/mavlink
|
${PX4_SOURCE_DIR}/mavlink/include/mavlink
|
||||||
SRCS
|
SRCS
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ px4_add_module(
|
|||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-double-promotion
|
-Wno-double-promotion
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
SRCS
|
SRCS
|
||||||
accelsim.cpp
|
accelsim.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ px4_add_module(
|
|||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-double-promotion
|
-Wno-double-promotion
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
SRCS
|
SRCS
|
||||||
airspeedsim.cpp
|
airspeedsim.cpp
|
||||||
meas_airspeed_sim.cpp
|
meas_airspeed_sim.cpp
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ px4_add_module(
|
|||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-double-promotion
|
-Wno-double-promotion
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
SRCS
|
SRCS
|
||||||
baro.cpp
|
baro.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ px4_add_module(
|
|||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-double-promotion
|
-Wno-double-promotion
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
SRCS
|
SRCS
|
||||||
gpssim.cpp
|
gpssim.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ px4_add_module(
|
|||||||
COMPILE_FLAGS
|
COMPILE_FLAGS
|
||||||
-Wno-double-promotion
|
-Wno-double-promotion
|
||||||
-Wno-cast-align # TODO: fix and enable
|
-Wno-cast-align # TODO: fix and enable
|
||||||
|
-Wno-address-of-packed-member # TODO: fix in c_library_v2
|
||||||
STACK_MAIN 1200
|
STACK_MAIN 1200
|
||||||
SRCS
|
SRCS
|
||||||
gyrosim.cpp
|
gyrosim.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user