diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-03 18:54:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-03 19:39:13 -0700 |
commit | ad7d38b197637bbc3b8eefc44556aa045dd5ba7e (patch) | |
tree | d567616189ee740198ecb100aa3b561c16fac22e | |
parent | 6e54f45cd38ba94a259d60e53c0c76a7fb058d4d (diff) | |
download | meta-openembedded-ad7d38b197637bbc3b8eefc44556aa045dd5ba7e.tar.gz |
imsettings: Disable two warnings with clang
clang is fussy and this package is old. It should perhaps
be removed but this keeps it going so let it be.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb index 59de3b3a08..6daf1f57b1 100644 --- a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb | |||
@@ -31,6 +31,7 @@ EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ | |||
31 | --disable-static \ | 31 | --disable-static \ |
32 | " | 32 | " |
33 | 33 | ||
34 | CFLAGS:append:toolchain-clang = " -Wno-error=unused-function -Wno-error=single-bit-bitfield-constant-conversion" | ||
34 | PACKAGECONFIG ??= "xfce" | 35 | PACKAGECONFIG ??= "xfce" |
35 | PACKAGECONFIG[xfce] = ",,xfconf" | 36 | PACKAGECONFIG[xfce] = ",,xfconf" |
36 | PACKAGECONFIG[xim] = ",,libgxim" | 37 | PACKAGECONFIG[xim] = ",,libgxim" |