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:
Matthias Grob 2020-11-02 15:54:28 +01:00 committed by Daniel Agar
parent 97ab8277ed
commit 02c6f207ce
1 changed files with 1 additions and 0 deletions

View File

@ -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