]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
pcmanfm: Disable incompatible-pointer-types warning as error
authorKhem Raj <raj.khem@gmail.com>
Tue, 7 May 2024 05:33:17 +0000 (22:33 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 3 Jul 2024 14:09:47 +0000 (07:09 -0700)
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>
meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb

index 0c5ed5e55e3c99907c4f750bfafb536b4ea716f9..fc913c86b3014f1179b06ea79326ecc6e6f03325 100644 (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}