From 0a5298f082e86341294c7d7d90acd11ccb0b6106 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jan 2024 07:06:50 -0800 Subject: python3-kivy: Disable incompatible-function-pointer-types warning as error Signed-off-by: Khem Raj --- conf/nonclangable.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 8ab5bc3..cc7ae4c 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -283,6 +283,9 @@ CFLAGS:append:pn-ffmpeg:riscv32 = " -march=rv32gczbb" #| 246911 | xmlSchematronSetValidStructuredErrors(__pyx_v_valid_ctxt, __pyx_f_4lxml_5etree__receiveError, ((void *)__pyx_v_self->__pyx_base._error_log)); #| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CFLAGS:append:pn-python3-lxml:toolchain-clang = " -Wno-error=incompatible-function-pointer-types" +# https://lists.openembedded.org/g/openembedded-devel/topic/103542151#108198 +CFLAGS:append:pn-python3-kivy:toolchain-clang = " -Wno-error=incompatible-function-pointer-types" + # otherwise systemd efi fails to build # error: the 'sse' unit is not supported with this instruction set TUNE_CCARGS:remove:pn-systemd:toolchain-clang = "-mfpmath=sse" -- cgit v1.2.3-54-g00ecf