mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-23 22:20:44 +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