aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-06-05 07:54:15 +0000
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commitbf076ef0ab29abc67dcb65e66f59cad8002e8833 (patch)
treee6d2594e87a31b8ab30f034e10aba7d8da21aa61
parent229a047d9d1fc9abccb6bc3ee2fcfb1f70ef5d8d (diff)
downloadmeta-openembedded-contrib-bf076ef0ab29abc67dcb65e66f59cad8002e8833.tar.gz
cpprest: temporary ignore deprecated-copy and redundant-move errors detected by gcc9
* until it's properly fixed in upstream: https://github.com/Microsoft/cpprestsdk/issues/1099 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb
index 1b1265fe35..0704512110 100644
--- a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb
@@ -17,3 +17,7 @@ SRCREV= "9d8f544001cb74544de6dc8c565592f7e2626d6e"
S = "${WORKDIR}/git"
inherit cmake pkgconfig
+
+# Temporary until https://github.com/Microsoft/cpprestsdk/issues/1099
+# is fixed properly
+CXXFLAGS += "-Wno-error=deprecated-copy -Wno-error=redundant-move"