Eigen: Fix logical compare warning

This commit is contained in:
Lorenz Meier 2015-04-04 12:36:27 +02:00
parent bbec741383
commit de29e43ee6
1 changed files with 1 additions and 1 deletions

View File

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