pcmanfm: Disable incompatible-pointer-types warning as error

(From OE-Core rev: e439d630b7d574ba49e0dc88a06639b0d5498704)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit af1290104b58693df69457454ac2a0d35a7e8c60)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Khem Raj
2024-05-06 22:33:17 -07:00
committed by Steve Sakoman
parent b327b194f0
commit 04b30d35c5

View File

@@ -27,6 +27,8 @@ inherit autotools pkgconfig features_check mime-xdg
REQUIRED_DISTRO_FEATURES = "x11"
EXTRA_OECONF = "--with-gtk=3"
# GCC 14 finds extra incompatible pointer type warnings which are treated as errors
CFLAGS += "-Wno-error=incompatible-pointer-types"
do_install:append () {
install -d ${D}/${datadir}