mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
158 stars 66 forks source link

filebrowser: fix warning -Wincompatible-pointer-types #643

Closed rbuj closed 2 years ago

rbuj commented 2 years ago
CC=clang CFLAGS="-g -O0 -Wconversion -Wunused-macros -Wunused-parameter" ./autogen.sh --prefix=/usr --enable-debug  --enable-compile-warnings=maximum && make &> make.log && sudo make install

warning

pluma-file-bookmarks-store.c:853:8: warning: incompatible pointer types assigning to 'GFile *' (aka 'struct _GFile *') from 'typeof (obj)' (aka 'struct _GObject *') [-Wincompatible-pointer-types]
                file = g_object_ref (obj);
                     ^ ~~~~~~~~~~~~~~~~~~