Files
gtk3/testsuite/gtk
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
..
2015-10-20 06:14:57 -04:00
2015-05-28 16:53:53 +02:00
2014-08-02 11:38:44 +02:00
2014-10-31 22:34:09 -04:00
2017-05-09 14:19:51 +01:00
2018-07-21 14:55:30 +02:00
2014-08-14 00:04:10 -04:00
2014-02-17 21:42:38 -05:00
2016-08-06 17:13:25 -04:00