Skip to content
Snippets Groups Projects
Commit de29e43e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Eigen: Fix logical compare warning

parent bbec7413
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment