summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-01 18:51:17 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-01 19:02:38 -0800
commitb239853fd3bdcdc58a2a862a86fab92ca06d68b8 (patch)
treedc219820d9288dc5a170a16317b90affd0b07c3f /meta-oe/recipes-devtools/flatcc/flatcc_git.bb
parentb4d8d8626efac1e93749c7fd778e241716cf9c4f (diff)
downloadmeta-openembedded-b239853fd3bdcdc58a2a862a86fab92ca06d68b8.tar.gz
flatcc: Fix build warnings found with clang-18
Fix what we can, and also disable warning-as-error as some compilers can be quite ambitious. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/flatcc/flatcc_git.bb')
-rw-r--r--meta-oe/recipes-devtools/flatcc/flatcc_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
index 660a44c5a5..161c4107b5 100644
--- a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
+++ b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
@@ -10,6 +10,7 @@ PV = "0.6.2+gitr${SRCPV}"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12 git://github.com/dvidelabs/flatcc.git;protocol=https;branch=master \ 12 git://github.com/dvidelabs/flatcc.git;protocol=https;branch=master \
13 file://0001-Check-for-C-standard-version-23-for-__fallthrough__.patch \
13" 14"
14SRCREV = "1653ec964730ec7d9892a08a1695ada6d20f5196" 15SRCREV = "1653ec964730ec7d9892a08a1695ada6d20f5196"
15 16
@@ -22,6 +23,7 @@ inherit cmake
22EXTRA_OECMAKE += " \ 23EXTRA_OECMAKE += " \
23 -DFLATCC_INSTALL=On \ 24 -DFLATCC_INSTALL=On \
24 -DFLATCC_TEST=Off \ 25 -DFLATCC_TEST=Off \
26 -DFLATCC_ALLOW_WERROR=Off \
25" 27"
26 28
27BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"