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>
This commit is contained in:
Khem Raj 2025-07-03 18:54:45 -07:00
parent 6e54f45cd3
commit ad7d38b197
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -31,6 +31,7 @@ EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
--disable-static \
"
CFLAGS:append:toolchain-clang = " -Wno-error=unused-function -Wno-error=single-bit-bitfield-constant-conversion"
PACKAGECONFIG ??= "xfce"
PACKAGECONFIG[xfce] = ",,xfconf"
PACKAGECONFIG[xim] = ",,libgxim"