IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
487 stars 73 forks source link

Fix build issues with GCC 14 #816

Open listout opened 5 months ago

listout commented 5 months ago

GCC 14 enables -Wincompatible-pointer-types by default thus resulting in build error such as: exo-icon-view.c:2686:27: error: assignment to GdkWindow {aka struct _GdkWindow } from incompatible pointer type GObject {aka struct _GObject } [-Wincompatible-pointer-types]

Much of the code changes are borrowed from older code segments.

First reported on Gentoo linux, for more reference please bug: https://bugs.gentoo.org/928492