libfm icon indicating copy to clipboard operation
libfm copied to clipboard

FIX: support gcc14 -Werror=incompatible-pointer-types

Open mtasaka opened this issue 11 months ago • 0 comments

gcc14 now defaults to -Werror=incompatible-pointer-types . To support this, cast GTK related objects for assignment properly.

Fixes #100 .

mtasaka avatar Mar 01 '24 05:03 mtasaka