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:
parent
08516c36c6
commit
9d6db38f0d
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue