From 9d6db38f0d38822b2e89af931038f5f4cce9a470 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 4 Jul 2017 10:04:14 +0200 Subject: [PATCH] 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 --- recipes-extended/sophus/sophus_0.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/sophus/sophus_0.9.1.bb b/recipes-extended/sophus/sophus_0.9.1.bb index 3a50fdd..ef5e50b 100644 --- a/recipes-extended/sophus/sophus_0.9.1.bb +++ b/recipes-extended/sophus/sophus_0.9.1.bb @@ -14,4 +14,4 @@ S = "${WORKDIR}/sophus-${PV}" inherit cmake # 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"