summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-09 07:06:50 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-12 09:08:26 -0800
commit0a5298f082e86341294c7d7d90acd11ccb0b6106 (patch)
treee8089295aca7146f4a2724198ad3d566455badaa
parentaf1a298f88672892e5f20a20c42aae6ddcb9723c (diff)
downloadmeta-clang-0a5298f082e86341294c7d7d90acd11ccb0b6106.tar.gz
python3-kivy: Disable incompatible-function-pointer-types warning as error
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
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"
283#| 246911 | xmlSchematronSetValidStructuredErrors(__pyx_v_valid_ctxt, __pyx_f_4lxml_5etree__receiveError, ((void *)__pyx_v_self->__pyx_base._error_log)); 283#| 246911 | xmlSchematronSetValidStructuredErrors(__pyx_v_valid_ctxt, __pyx_f_4lxml_5etree__receiveError, ((void *)__pyx_v_self->__pyx_base._error_log));
284#| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 284#| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285CFLAGS:append:pn-python3-lxml:toolchain-clang = " -Wno-error=incompatible-function-pointer-types" 285CFLAGS:append:pn-python3-lxml:toolchain-clang = " -Wno-error=incompatible-function-pointer-types"
286# https://lists.openembedded.org/g/openembedded-devel/topic/103542151#108198
287CFLAGS:append:pn-python3-kivy:toolchain-clang = " -Wno-error=incompatible-function-pointer-types"
288
286# otherwise systemd efi fails to build 289# otherwise systemd efi fails to build
287# error: the 'sse' unit is not supported with this instruction set 290# error: the 'sse' unit is not supported with this instruction set
288TUNE_CCARGS:remove:pn-systemd:toolchain-clang = "-mfpmath=sse" 291TUNE_CCARGS:remove:pn-systemd:toolchain-clang = "-mfpmath=sse"