[oe-commits] [meta-openembedded] 08/46: cpprest: temporary ignore deprecated-copy and redundant-move errors detected by gcc9

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 19:08:01 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ae73aa3dbcd6980183a7c23a29ecfdcafbda5c75
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Wed Jun 5 07:54:15 2019 +0000

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 1b1265f..0704512 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list