=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libgnome-games-support-2.0.0nb2
ninja: Entering directory `output'
[1/14] Compiling Vala source ../games/config.vapi ../games/gridframe.vala ../games/scores/category.vala ../games/scores/context.vala ../games/scores/dialog.vala ../games/scores/directory-importer.vala ../games/scores/history-file-importer.vala ../games/scores/importer.vala ../games/scores/score.vala
../games/scores/dialog.vala:30.5-30.35: warning: `Gtk.ComboBoxText' has been deprecated since 4.10
   30 |     private Gtk.ComboBoxText? combo = null;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
../games/scores/dialog.vala:97.13-97.34: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
   97 |             vbox.get_style_context ().add_class ("dim-label");
      |             ^~~~~~~~~~~~~~~~~~~~~~                            
../games/scores/dialog.vala:149.25-149.40: warning: `Gtk.ComboBoxText' has been deprecated since 4.10
  149 |             combo = new Gtk.ComboBoxText ();
      |                         ^~~~~~~~~~~~~~~~    
../games/scores/dialog.vala:194.13-194.74: warning: `Gtk.Widget.get_style_context' has been deprecated since 4.10
  194 |             add_button (_("_Done"), Gtk.ResponseType.OK).get_style_context ().add_class ("suggested-action");
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
../games/scores/context.vala:362.35-362.40: warning: `Gtk.Dialog' has been deprecated since 4.10
  362 |         dialog.response.connect ((dialog, response) => {
      |                                   ^~~~~~                
Compilation succeeded - 5 warning(s)
[2/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_gridframe.c.o
games/libgnome-games-support-2.4.dylib.p/gridframe.c:441:6: warning: passing 'typeof (*(&games_grid_frame_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_grid_frame_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
[3/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_category.c.o
games/libgnome-games-support-2.4.dylib.p/scores/category.c:160:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        old_value = games_scores_category_get_name (self);
                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/category.c:233:6: warning: passing 'typeof (*(&games_scores_category_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_category_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
2 warnings generated.
[4/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_context.c.o
games/libgnome-games-support-2.4.dylib.p/scores/context.c:383:6: warning: passing 'typeof (*(&games_scores_style_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_style_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/context.c:414:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        old_value = games_scores_context_get_app_name (self);
                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/context.c:441:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        old_value = games_scores_context_get_category_type (self);
                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/context.c:550:12: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        old_value = games_scores_context_get_icon_name (self);
                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/context.c:722:22: warning: variable 'self' set but not used [-Wunused-but-set-variable]
        GamesScoresContext* self;
                            ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:768:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->category_request_target_destroy_notify == NULL) ? NULL : (self->priv->category_request_target_destroy_notify (self->priv->category_request_target), NULL);
                                                                                                                                                                         ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1249:7: warning: variable '_res_size_' set but not used [-Wunused-but-set-variable]
        gint _res_size_;
             ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1935:9: warning: variable '_tmp27__length1' set but not used [-Wunused-but-set-variable]
                        gint _tmp27__length1;
                             ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1950:10: warning: variable '_tmp30__length1' set but not used [-Wunused-but-set-variable]
                                gint _tmp30__length1;
                                     ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1975:9: warning: variable '_tmp35__length1' set but not used [-Wunused-but-set-variable]
                        gint _tmp35__length1;
                             ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1879:8: warning: variable '_tokens_size_' set but not used [-Wunused-but-set-variable]
                gint _tokens_size_;
                     ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1881:11: warning: variable '_tmp18_' set but not used [-Wunused-but-set-variable]
                gchar** _tmp18_;
                        ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1885:8: warning: variable '_tmp21__length1' set but not used [-Wunused-but-set-variable]
                gint _tmp21__length1;
                     ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1889:8: warning: variable '_tmp23__length1' set but not used [-Wunused-but-set-variable]
                gint _tmp23__length1;
                     ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:1893:11: warning: variable '_tmp34_' set but not used [-Wunused-but-set-variable]
                gchar** _tmp34_;
                        ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:2128:22: warning: variable 'self' set but not used [-Wunused-but-set-variable]
        GamesScoresContext* self;
                            ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:2166:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->category_request_target_destroy_notify == NULL) ? NULL : (self->priv->category_request_target_destroy_notify (self->priv->category_request_target), NULL);
                                                                                                                                                                         ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:2154:11: warning: variable '_tmp0__target' set but not used [-Wunused-but-set-variable]
        gpointer _tmp0__target;
                 ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:2366:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->category_request_target_destroy_notify == NULL) ? NULL : (self->priv->category_request_target_destroy_notify (self->priv->category_request_target), NULL);
                                                                                                                                                                         ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/context.c:2387:6: warning: passing 'typeof (*(&games_scores_context_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_context_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
20 warnings generated.
[5/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_dialog.c.o
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:354:12: warning: 'gtk_dialog_get_header_bar' is deprecated [-Wdeprecated-declarations]
        _tmp21_ = gtk_dialog_get_header_bar ((GtkDialog*) self);
                  ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkdialog.h:173:1: note: 'gtk_dialog_get_header_bar' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:354:10: warning: incompatible pointer types assigning to 'GtkHeaderBar *' (aka 'struct _GtkHeaderBar *') from 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types]
        _tmp21_ = gtk_dialog_get_header_bar ((GtkDialog*) self);
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:384:12: warning: 'gtk_dialog_get_content_area' is deprecated [-Wdeprecated-declarations]
        _tmp30_ = gtk_dialog_get_content_area ((GtkDialog*) self);
                  ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkdialog.h:171:1: note: 'gtk_dialog_get_content_area' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:384:10: warning: incompatible pointer types assigning to 'GtkBox *' (aka 'struct _GtkBox *') from 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types]
        _tmp30_ = gtk_dialog_get_content_area ((GtkDialog*) self);
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:433:13: warning: 'gtk_widget_get_style_context' is deprecated [-Wdeprecated-declarations]
                _tmp39_ = gtk_widget_get_style_context ((GtkWidget*) _tmp38_);
                          ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/gtkwidget.h:709:1: note: 'gtk_widget_get_style_context' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:434:3: warning: 'gtk_style_context_add_class' is deprecated [-Wdeprecated-declarations]
                gtk_style_context_add_class (_tmp39_, "dim-label");
                ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:89:1: note: 'gtk_style_context_add_class' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:565:32: warning: 'gtk_combo_box_text_new' is deprecated: Use 'GtkDropDown and GtkStringList' instead [-Wdeprecated-declarations]
                _tmp92_ = (GtkComboBoxText*) gtk_combo_box_text_new ();
                                             ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:37:1: note: 'gtk_combo_box_text_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10_FOR(GtkDropDown and GtkStringList)
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR'
#define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f)
                                      ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:672:14: warning: 'gtk_dialog_add_button' is deprecated [-Wdeprecated-declarations]
                _tmp143_ = gtk_dialog_add_button ((GtkDialog*) self, _ ("_Done"), (gint) GTK_RESPONSE_OK);
                           ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkdialog.h:143:1: note: 'gtk_dialog_add_button' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:673:14: warning: 'gtk_widget_get_style_context' is deprecated [-Wdeprecated-declarations]
                _tmp144_ = gtk_widget_get_style_context (_tmp143_);
                           ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/gtkwidget.h:709:1: note: 'gtk_widget_get_style_context' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:674:3: warning: 'gtk_style_context_add_class' is deprecated [-Wdeprecated-declarations]
                gtk_style_context_add_class (_tmp144_, "suggested-action");
                ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:89:1: note: 'gtk_style_context_add_class' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10'
#define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED
                               ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:851:2: warning: 'gtk_combo_box_text_append' is deprecated: Use 'GtkDropDown and GtkStringList' instead [-Wdeprecated-declarations]
        gtk_combo_box_text_append (_tmp0_, _tmp2_, _tmp4_);
        ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:64:1: note: 'gtk_combo_box_text_append' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10_FOR(GtkDropDown and GtkStringList)
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR'
#define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f)
                                      ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:893:26: warning: incompatible function pointer types passing 'void (gconstpointer, gpointer)' (aka 'void (const void *, void *)') to parameter of type 'GFunc' (aka 'void (*)(void *, void *)') [-Wincompatible-function-pointer-types]
        g_list_foreach (_tmp6_, ___lambda10__gfunc, self);
                                ^~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/glist.h:139:25: note: passing argument to parameter 'func' here
                                         GFunc             func,
                                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:906:3: warning: 'gtk_combo_box_set_active_id' is deprecated: Use 'GtkDropDown' instead [-Wdeprecated-declarations]
                gtk_combo_box_set_active_id ((GtkComboBox*) _tmp8_, _tmp12_);
                ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkcombobox.h:146:1: note: 'gtk_combo_box_set_active_id' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10_FOR(GtkDropDown)
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR'
#define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f)
                                      ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:916:3: warning: 'gtk_combo_box_set_active_id' is deprecated: Use 'GtkDropDown' instead [-Wdeprecated-declarations]
                gtk_combo_box_set_active_id ((GtkComboBox*) _tmp13_, _tmp16_);
                ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkcombobox.h:146:1: note: 'gtk_combo_box_set_active_id' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10_FOR(GtkDropDown)
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR'
#define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f)
                                      ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:1011:13: warning: 'gtk_combo_box_get_active_id' is deprecated: Use 'GtkDropDown' instead [-Wdeprecated-declarations]
                _tmp11_ = gtk_combo_box_get_active_id ((GtkComboBox*) _tmp10_);
                          ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkcombobox.h:144:1: note: 'gtk_combo_box_get_active_id' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10_FOR(GtkDropDown)
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR'
#define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f)
                                      ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:1013:13: warning: 'gtk_combo_box_text_get_active_text' is deprecated: Use 'GtkDropDown and GtkStringList' instead [-Wdeprecated-declarations]
                _tmp13_ = gtk_combo_box_text_get_active_text (_tmp12_);
                          ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gtk/deprecated/gtkcomboboxtext.h:56:1: note: 'gtk_combo_box_text_get_active_text' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_4_10_FOR(GtkDropDown and GtkStringList)
^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR'
#define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f)
                                      ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:1110:22: warning: variable 'self' set but not used [-Wunused-but-set-variable]
                GamesScoresDialog* self;
                                   ^
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:1496:6: warning: passing 'typeof (*(&games_scores_dialog_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_dialog_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/dialog.c:57:20: warning: unused variable 'games_scores_dialog_properties' [-Wunused-variable]
static GParamSpec* games_scores_dialog_properties[GAMES_SCORES_DIALOG_NUM_PROPERTIES];
                   ^
19 warnings generated.
[6/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_directory-importer.c.o
games/libgnome-games-support-2.4.dylib.p/scores/directory-importer.c:170:32: warning: variable 'self' set but not used [-Wunused-but-set-variable]
        GamesScoresDirectoryImporter* self;
                                      ^
games/libgnome-games-support-2.4.dylib.p/scores/directory-importer.c:201:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->category_convert_target_destroy_notify == NULL) ? NULL : (self->priv->category_convert_target_destroy_notify (self->priv->category_convert_target), NULL);
                                                                                                                                                                         ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/directory-importer.c:387:163: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->category_convert_target_destroy_notify == NULL) ? NULL : (self->priv->category_convert_target_destroy_notify (self->priv->category_convert_target), NULL);
                                                                                                                                                                         ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/directory-importer.c:408:6: warning: passing 'typeof (*(&games_scores_directory_importer_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_directory_importer_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/directory-importer.c:44:20: warning: unused variable 'games_scores_directory_importer_properties' [-Wunused-variable]
static GParamSpec* games_scores_directory_importer_properties[GAMES_SCORES_DIRECTORY_IMPORTER_NUM_PROPERTIES];
                   ^
5 warnings generated.
[7/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_history-file-importer.c.o
games/libgnome-games-support-2.4.dylib.p/scores/history-file-importer.c:141:34: warning: variable 'self' set but not used [-Wunused-but-set-variable]
        GamesScoresHistoryFileImporter* self;
                                        ^
games/libgnome-games-support-2.4.dylib.p/scores/history-file-importer.c:186:160: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->history_convert_target_destroy_notify == NULL) ? NULL : (self->priv->history_convert_target_destroy_notify (self->priv->history_convert_target), NULL);
                                                                                                                                                                      ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/history-file-importer.c:409:160: warning: expression result unused; should this cast be to 'void'? [-Wunused-value]
        (self->priv->history_convert_target_destroy_notify == NULL) ? NULL : (self->priv->history_convert_target_destroy_notify (self->priv->history_convert_target), NULL);
                                                                                                                                                                      ^
/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/stddef.h:89:17: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
                ^
games/libgnome-games-support-2.4.dylib.p/scores/history-file-importer.c:430:6: warning: passing 'typeof (*(&games_scores_history_file_importer_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_history_file_importer_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/history-file-importer.c:46:20: warning: unused variable 'games_scores_history_file_importer_properties' [-Wunused-variable]
static GParamSpec* games_scores_history_file_importer_properties[GAMES_SCORES_HISTORY_FILE_IMPORTER_NUM_PROPERTIES];
                   ^
5 warnings generated.
[8/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_importer.c.o
games/libgnome-games-support-2.4.dylib.p/scores/importer.c:174:6: warning: passing 'typeof (*(&games_scores_importer_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_importer_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
games/libgnome-games-support-2.4.dylib.p/scores/importer.c:44:20: warning: unused variable 'games_scores_importer_properties' [-Wunused-variable]
static GParamSpec* games_scores_importer_properties[GAMES_SCORES_IMPORTER_NUM_PROPERTIES];
                   ^
2 warnings generated.
[9/14] Compiling C object games/libgnome-games-support-2.4.dylib.p/meson-generated_scores_score.c.o
games/libgnome-games-support-2.4.dylib.p/scores/score.c:264:6: warning: passing 'typeof (*(&games_scores_score_type_id__once)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if (g_once_init_enter (&games_scores_score_type_id__once)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
[10/14] Linking target games/libgnome-games-support-2.4.dylib
[11/14] Compiling Vala source ../tests/test-scores.vala games/libgnome-games-support-2.vapi
[12/14] Generating symbol file games/libgnome-games-support-2.4.dylib.p/libgnome-games-support-2.4.dylib.symbols
[13/14] Compiling C object tests/libgnome-games-support-tests.p/meson-generated_test-scores.c.o
tests/libgnome-games-support-tests.p/test-scores.c:552:8: warning: variable '_tokens_size_' set but not used [-Wunused-but-set-variable]
                gint _tokens_size_;
                     ^
tests/libgnome-games-support-tests.p/test-scores.c:553:11: warning: variable '_tmp15_' set but not used [-Wunused-but-set-variable]
                gchar** _tmp15_;
                        ^
tests/libgnome-games-support-tests.p/test-scores.c:556:8: warning: variable '_tmp16__length1' set but not used [-Wunused-but-set-variable]
                gint _tmp16__length1;
                     ^
tests/libgnome-games-support-tests.p/test-scores.c:566:11: warning: variable '_tmp26_' set but not used [-Wunused-but-set-variable]
                gchar** _tmp26_;
                        ^
tests/libgnome-games-support-tests.p/test-scores.c:569:8: warning: variable '_tmp27__length1' set but not used [-Wunused-but-set-variable]
                gint _tmp27__length1;
                     ^
tests/libgnome-games-support-tests.p/test-scores.c:591:11: warning: variable '_tmp49_' set but not used [-Wunused-but-set-variable]
                gchar** _tmp49_;
                        ^
tests/libgnome-games-support-tests.p/test-scores.c:594:8: warning: variable '_tmp50__length1' set but not used [-Wunused-but-set-variable]
                gint _tmp50__length1;
                     ^
tests/libgnome-games-support-tests.p/test-scores.c:604:11: warning: variable '_tmp60_' set but not used [-Wunused-but-set-variable]
                gchar** _tmp60_;
                        ^
tests/libgnome-games-support-tests.p/test-scores.c:607:8: warning: variable '_tmp61__length1' set but not used [-Wunused-but-set-variable]
                gint _tmp61__length1;
                     ^
tests/libgnome-games-support-tests.p/test-scores.c:889:7: warning: variable '_res_size_' set but not used [-Wunused-but-set-variable]
        gint _res_size_;
             ^
tests/libgnome-games-support-tests.p/test-scores.c:1591:72: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp1_ = g_test_create_case ("Scores Files Created", (gsize) 0, NULL, ___lambda11__gtest_fixture_func, _games_scores_test_scores_files_exist_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: passing argument to parameter 'data_setup' here
                                         GTestFixtureFunc  data_setup,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1591:105: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp1_ = g_test_create_case ("Scores Files Created", (gsize) 0, NULL, ___lambda11__gtest_fixture_func, _games_scores_test_scores_files_exist_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: passing argument to parameter 'data_test' here
                                         GTestFixtureFunc  data_test,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1591:163: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp1_ = g_test_create_case ("Scores Files Created", (gsize) 0, NULL, ___lambda11__gtest_fixture_func, _games_scores_test_scores_files_exist_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: passing argument to parameter 'data_teardown' here
                                         GTestFixtureFunc  data_teardown);
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1593:70: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp2_ = g_test_create_case ("Save Score to File", (gsize) 0, NULL, ___lambda12__gtest_fixture_func, _games_scores_test_save_score_to_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: passing argument to parameter 'data_setup' here
                                         GTestFixtureFunc  data_setup,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1593:103: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp2_ = g_test_create_case ("Save Score to File", (gsize) 0, NULL, ___lambda12__gtest_fixture_func, _games_scores_test_save_score_to_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: passing argument to parameter 'data_test' here
                                         GTestFixtureFunc  data_test,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1593:161: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp2_ = g_test_create_case ("Save Score to File", (gsize) 0, NULL, ___lambda12__gtest_fixture_func, _games_scores_test_save_score_to_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: passing argument to parameter 'data_teardown' here
                                         GTestFixtureFunc  data_teardown);
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1595:79: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp3_ = g_test_create_case ("Import from Score Directory", (gsize) 0, NULL, ___lambda13__gtest_fixture_func, _games_scores_test_import_from_score_directory_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: passing argument to parameter 'data_setup' here
                                         GTestFixtureFunc  data_setup,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1595:112: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp3_ = g_test_create_case ("Import from Score Directory", (gsize) 0, NULL, ___lambda13__gtest_fixture_func, _games_scores_test_import_from_score_directory_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: passing argument to parameter 'data_test' here
                                         GTestFixtureFunc  data_test,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1595:179: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp3_ = g_test_create_case ("Import from Score Directory", (gsize) 0, NULL, ___lambda13__gtest_fixture_func, _games_scores_test_import_from_score_directory_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: passing argument to parameter 'data_teardown' here
                                         GTestFixtureFunc  data_teardown);
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1597:76: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp4_ = g_test_create_case ("Import from History File", (gsize) 0, NULL, ___lambda14__gtest_fixture_func, _games_scores_test_import_from_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: passing argument to parameter 'data_setup' here
                                         GTestFixtureFunc  data_setup,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1597:109: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp4_ = g_test_create_case ("Import from History File", (gsize) 0, NULL, ___lambda14__gtest_fixture_func, _games_scores_test_import_from_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: passing argument to parameter 'data_test' here
                                         GTestFixtureFunc  data_test,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1597:173: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp4_ = g_test_create_case ("Import from History File", (gsize) 0, NULL, ___lambda14__gtest_fixture_func, _games_scores_test_import_from_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: passing argument to parameter 'data_teardown' here
                                         GTestFixtureFunc  data_teardown);
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1599:88: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp5_ = g_test_create_case ("Import from Nonexistent History File", (gsize) 0, NULL, ___lambda15__gtest_fixture_func, _games_scores_test_import_from_nonexistent_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:557:60: note: passing argument to parameter 'data_setup' here
                                         GTestFixtureFunc  data_setup,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1599:121: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp5_ = g_test_create_case ("Import from Nonexistent History File", (gsize) 0, NULL, ___lambda15__gtest_fixture_func, _games_scores_test_import_from_nonexistent_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:558:60: note: passing argument to parameter 'data_test' here
                                         GTestFixtureFunc  data_test,
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:1599:197: warning: incompatible function pointer types passing 'void (void *, gpointer)' (aka 'void (void *, void *)') to parameter of type 'GTestFixtureFunc' (aka 'void (*)(void *, const void *)') [-Wincompatible-function-pointer-types]
        _tmp5_ = g_test_create_case ("Import from Nonexistent History File", (gsize) 0, NULL, ___lambda15__gtest_fixture_func, _games_scores_test_import_from_nonexistent_history_file_gtest_fixture_func, _games_scores_delete_scores_gtest_fixture_func);
                                                                                                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/games/libgnome-games-support/work/.buildlink/include/glib-2.0/glib/gtestutils.h:559:60: note: passing argument to parameter 'data_teardown' here
                                         GTestFixtureFunc  data_teardown);
                                                           ^
tests/libgnome-games-support-tests.p/test-scores.c:865:1: warning: unused function 'block2_data_ref' [-Wunused-function]
block2_data_ref (Block2Data* _data2_)
^
tests/libgnome-games-support-tests.p/test-scores.c:1155:1: warning: unused function 'block3_data_ref' [-Wunused-function]
block3_data_ref (Block3Data* _data3_)
^
27 warnings generated.
[14/14] Linking target tests/libgnome-games-support-tests
*** Please use pkgtools/verifypc to sanity check dependencies.