From bf076ef0ab29abc67dcb65e66f59cad8002e8833 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 5 Jun 2019 07:54:15 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit 1.2.3-korg