summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/cpprest')
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb4
1 files changed, 1 insertions, 3 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 070451211..3e42a002e 100644
--- a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb
@@ -18,6 +18,4 @@ S = "${WORKDIR}/git"
18 18
19inherit cmake pkgconfig 19inherit cmake pkgconfig
20 20
21# Temporary until https://github.com/Microsoft/cpprestsdk/issues/1099 21CXXFLAGS += "-Wno-error"
22# is fixed properly
23CXXFLAGS += "-Wno-error=deprecated-copy -Wno-error=redundant-move"