Don't treat compiler warnings as errors to avoid failures when compiling
with newer versions.

Signed-off-by: Anuj Mittal <anuj.mit...@intel.com>
---
 meta-oe/recipes-support/tbb/tbb_2021.11.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb 
b/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb
index f834726bd..0f9f02655 100644
--- a/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb
+++ b/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb
@@ -25,6 +25,7 @@ inherit cmake pkgconfig
 EXTRA_OECMAKE += " \
                     -DTBB_TEST=OFF \
                     -DCMAKE_BUILD_TYPE=Release \
+                    -DTBB_STRICT=OFF \
                 "
 
 # Hard-float 'd' ABI can't be used for a target that doesn't support the D 
instruction set extension (ignoring target-abi)
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111071): 
https://lists.openembedded.org/g/openembedded-devel/message/111071
Mute This Topic: https://lists.openembedded.org/mt/106866765/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to