mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 12:27:35 +08:00
PX4 compile flags: disable Wlogical-op for GCC 10
There is a proper fix for this already on master but it's a rabbit hole to cherry-pick it: -> update matrix -> dependency on changing ecl -> dependency on a lot of autopilot changes
This commit is contained in:
committed by
Daniel Agar
parent
97ab8277ed
commit
02c6f207ce
@@ -89,6 +89,7 @@ function(px4_add_common_flags)
|
||||
-Wno-missing-field-initializers
|
||||
-Wno-missing-include-dirs # TODO: fix and enable
|
||||
-Wno-unused-parameter
|
||||
-Wno-logical-op # to compile 1.11 release on GCC 10 see https://github.com/PX4/PX4-Matrix/pull/146
|
||||
)
|
||||
|
||||
# compiler specific flags
|
||||
|
||||
Reference in New Issue
Block a user