mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 09:50:34 +08:00
Eigen: Fix logical compare warning
This commit is contained in:
@@ -35,5 +35,5 @@ SRCS = test_adc.c \
|
||||
test_mount.c \
|
||||
test_eigen.cpp
|
||||
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2500 -Wno-float-equal -Wno-double-promotion
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2500 -Wno-float-equal -Wno-double-promotion -Wno-error=logical-op
|
||||
|
||||
|
||||
Reference in New Issue
Block a user