aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/canonical-multitouch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-06 23:13:40 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-11 17:56:42 +0100
commita336efc8d7204394b7ab243964a79b0968f65edc (patch)
tree482bba78ca43b794a6d31bf842c8f726c5caf0f9 /meta-oe/recipes-support/canonical-multitouch
parent35eb06d8cc7e073724c8abbe944712cf9f8e7807 (diff)
downloadmeta-openembedded-a336efc8d7204394b7ab243964a79b0968f65edc.tar.gz
grail: Disable elision warnings for clang
Clang warns more, but lets disable them for now ../../grail-3.1.1/src/handle.cpp:65:5: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] std::move(UniqueRecognizer(recognizer)); ^ ../../grail-3.1.1/src/handle.cpp:65:5: note: remove std::move call here std::move(UniqueRecognizer(recognizer)); ^~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/canonical-multitouch')
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
index e654a4048e..83ca72415d 100644
--- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \
inherit autotools pkgconfig
DEPENDS = "frame"
-
+CXXFLAGS_append_toolchain-clang = " -Wno-pessimizing-move"
SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "0df1b3ec6167920f310e2effe6e2ad44"
SRC_URI[sha256sum] = "5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3"