sophus: compile on x86-64 arch (resolves #497)

This commit implements Christian Ege's suggestion in the meta-ros
issue tracker to make gcc only warn on ignored template attributes.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
This commit is contained in:
Lukas Bulwahn 2017-07-04 10:04:14 +02:00
parent 08516c36c6
commit 9d6db38f0d
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ S = "${WORKDIR}/sophus-${PV}"
inherit cmake inherit cmake
# CXXFLAGS are needed to compile eigen 3.3.1 headers properly # CXXFLAGS are needed to compile eigen 3.3.1 headers properly
CXXFLAGS += "-Wno-deprecated-declarations -Wno-misleading-indentation -Wno-int-in-bool-context" CXXFLAGS += "-Wno-deprecated-declarations -Wno-misleading-indentation -Wno-int-in-bool-context -Wno-ignored-attributes"