mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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>
This commit is contained in:
parent
229a047d9d
commit
bf076ef0ab
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user