mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user