mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
xfmpc: Disable incompatible-pointer-types warning as error
Fixes build with GCC-14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cd6e2d8f53
commit
bfb2dab802
|
|
@ -13,3 +13,6 @@ RRECOMMENDS:${PN} = "mpd"
|
|||
inherit xfce-app
|
||||
|
||||
SRC_URI[sha256sum] = "4867d5dd100fa42ab39ebde6c784ec21ee31717f1adb3f4da070dafb3848d96d"
|
||||
|
||||
# Fixes build with GCC-14 which enables incompatible-pointer-types as error
|
||||
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user