1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

pango: Disable Wimplicit-fallthrough as error

Clang is quite a lot more stricter and ends up finding more cases,
these are code format warnings so its safer to disable them here.

(From OE-Core rev: 735eb7f3e0d14be50b17e85af6e6da7fc2921924)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2019-12-29 10:44:15 -08:00
committed by Richard Purdie
parent ef626e2201
commit e51829f4ec
@@ -32,6 +32,10 @@ PACKAGECONFIG[thai] = ",,libthai"
GTKDOC_MESON_OPTION = "gtk_doc"
GIR_MESON_OPTION = 'introspection'
do_configure_prepend_toolchain-clang() {
sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build
}
LEAD_SONAME = "libpango-1.0*"
FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"