forked from Archive/PX4-Autopilot
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:
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
|
||||
|
|
Loading…
Reference in New Issue