Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filebrowser: fix warning -Wincompatible-pointer-types
based in pluma commit: mate-desktop/pluma@6bd3418 Fixes the warning: lapiz-file-bookmarks-store.c: In function 'lapiz_file_bookmarks_store_get_uri': lapiz-file-bookmarks-store.c:857:22: warning: assignment to 'GFile *' {aka 'struct _GFile *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] 857 | file = g_object_ref (obj); | ^
- Loading branch information