|
~/.cache/yay/rox/src/rox-filer-2.11/ROX-Filer/src/log.c: In function ‘log_show_window’:
~/.cache/yay/rox/src/rox-filer-2.11/ROX-Filer/src/log.c:143:35: error: passing argument 1 of ‘get_gtk_builder’ from incompatible pointer type [-Wincompatible-pointer-types]
143 | builder = get_gtk_builder(&ids);
| ^~~~
| |
| gchar * (*)[2] {aka char * (*)[2]}
In file included from ~/.cache/yay/rox/src/rox-filer-2.11/ROX-Filer/src/log.c:33:
~/.cache/yay/rox/src/rox-filer-2.11/ROX-Filer/src/gui_support.h:102:37: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘gchar * (*)[2]’ {aka ‘char * (*)[2]’}
102 | GtkBuilder *get_gtk_builder(gchar **ids);
| ~~~~~~~~^~~
~/.cache/yay/rox/src/rox-filer-2.11/ROX-Filer/src/log.c:166:16: error: assignment to ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} from incompatible pointer type ‘GObject *’ {aka ‘struct _GObject *’} [-Wincompatible-pointer-types]
166 | dialog = gtk_builder_get_object(builder, "Log viewer");
| ^
|