Bastien Nocera
5b527d6910
test: Fix compile-time warnings
testsuite/gtk/notify.c: In function ‘test_type’:
testsuite/gtk/notify.c:434:14: warning: assignment to ‘GObject *’ {aka ‘struct _GObject *’} from incompatible pointer type ‘GtkSettings *’ {aka ‘struct _GtkSettings *’} [-Wincompatible-pointer-types]
instance = g_object_ref (gtk_settings_get_default ());
^
testsuite/gtk/notify.c:443:16: warning: assignment to ‘GObject *’ {aka ‘struct _GObject *’} from incompatible pointer type ‘GdkWindow *’ {aka ‘struct _GdkWindow *’} [-Wincompatible-pointer-types]
instance = g_object_ref (gdk_window_new (NULL, &attributes, 0));
^
2018-07-21 14:55:30 +02:00
..
2018-02-15 12:30:57 +01:00
2016-12-09 11:54:24 -05:00
2016-03-28 19:54:55 -04:00
2018-07-21 14:55:30 +02:00
2017-01-13 03:39:50 +01:00
2016-03-07 10:50:43 -05:00
2015-05-02 17:39:06 -04:00