* Package:    games-board/iagno-3.38.1-r1:0
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking iagno-3.38.1.tar.xz to /var/tmp/portage/games-board/iagno-3.38.1-r1/work
>>> Source unpacked in /var/tmp/portage/games-board/iagno-3.38.1-r1/work
>>> Preparing source in /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1 ...
  [ ok ]
  [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1 ...
meson setup -Db_lto=false --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /var/tmp/portage/games-board/iagno-3.38.1-r1/temp/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/share/pkgconfig --pkg-config-path /var/tmp/portage/games-board/iagno-3.38.1-r1/temp/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/share/pkgconfig --native-file /var/tmp/portage/games-board/iagno-3.38.1-r1/temp/meson.x86_64-pc-linux-gnu.amd64.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1 /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1-build
The Meson build system
Version: 1.5.2
Source dir: /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1
Build dir: /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1-build
Build type: native build
Project name: iagno
Project version: 3.38.1
C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 14.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 14.2.1_p20241116 p3) 14.2.1 20241116")
C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.42
Vala compiler for the host machine: /usr/bin/valac-0.56 (valac 0.56.16)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/x86_64-pc-linux-gnu-pkg-config) 2.3.0
Run-time dependency gio-2.0 found: YES 2.78.6
Run-time dependency glib-2.0 found: YES 2.78.6
Run-time dependency gsound found: YES 1.0.3
Run-time dependency gtk+-3.0 found: YES 3.24.41
Library m found: YES
Library posix found: YES
Run-time dependency librsvg-2.0 found: YES 2.57.3
Program appstream-util found: YES (/usr/bin/appstream-util)
Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
Configuring config.h using configuration
Dependency gio-2.0 found: YES 2.78.6 (cached)
Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Configuring org.gnome.Reversi.service using configuration
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msginit found: YES (/usr/bin/msginit)
Program msgmerge found: YES (/usr/bin/msgmerge)
Program xgettext found: YES (/usr/bin/xgettext)
Program itstool found: YES (/usr/bin/itstool)
Program msgmerge found: YES (/usr/bin/msgmerge)
Program msgfmt found: YES (/usr/bin/msgfmt)
Build targets in project: 144

iagno 3.38.1

  User defined options
    Native files         : /var/tmp/portage/games-board/iagno-3.38.1-r1/temp/meson.x86_64-pc-linux-gnu.amd64.ini
    build.pkg_config_path: /var/tmp/portage/games-board/iagno-3.38.1-r1/temp/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/share/pkgconfig
    buildtype            : plain
    libdir               : lib64
    localstatedir        : /var/lib
    pkg_config_path      : /var/tmp/portage/games-board/iagno-3.38.1-r1/temp/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/usr/share/pkgconfig
    prefix               : /usr
    sysconfdir           : /etc
    werror               : false
    wrap_mode            : nodownload
    b_lto                : false
    b_pch                : false

Found ninja-1.12.1 at /usr/bin/ninja
>>> Source configured.
>>> Compiling source in /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1 ...
ninja -v -j2 -l2
[1/162] /usr/bin/glib-compile-resources ../iagno-3.38.1/data/iagno.gresource.xml --sourcedir ../iagno-3.38.1/data --internal --generate --target data/resources.c --dependency-file data/resources.c.d
[2/162] /usr/bin/glib-compile-resources ../iagno-3.38.1/data/iagno.gresource.xml --sourcedir ../iagno-3.38.1/data --internal --generate --target data/resources.h
[3/162] /usr/bin/valac-0.56 -C --pkg posix --pkg gio-2.0 --color=always --directory src/iagno-perfs-tests-generator.p --basedir ../iagno-3.38.1/src --enable-experimental-non-null ../iagno-3.38.1/src/vapi/config.vapi ../iagno-3.38.1/src/perfs-tests-generator.vala ../iagno-3.38.1/src/computer-player.vala ../iagno-3.38.1/src/computer-reversi.vala ../iagno-3.38.1/src/game.vala ../iagno-3.38.1/src/player.vala
../iagno-3.38.1/src/game.vala:46.5-46.28: warning: accessibility of struct fields can only be `public`
   46 |     private Player [,] tiles;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:47.5-47.44: warning: accessibility of struct fields can only be `public`
   47 |     private unowned uint8 [,] neighbor_tiles;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:303.5-303.25: warning: accessibility of struct fields can only be `public`
  303 |     private uint8 x_saved;
      |     ^~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:304.5-304.25: warning: accessibility of struct fields can only be `public`
  304 |     private uint8 y_saved;
      |     ^~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:462.5-462.37: warning: accessibility of struct fields can only be `public`
  462 |     private uint8 [,] empty_neighbors;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/computer-player.vala:61.5-61.22: warning: Method `ComputerPlayer.move' never used
   61 |     internal void move (double delay_seconds = 0.0)
      |     ^~~~~~~~~~~~~~~~~~                             
../iagno-3.38.1/src/computer-player.vala:108.5-108.29: warning: Method `ComputerPlayer.cancel_move' never used
  108 |     internal void cancel_move ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/computer-reversi.vala:672.25-672.40: warning: Use of possibly unassigned parameter `best_move'
  672 |                 while ((best_move.x == 1 || best_move.x == 6)
      |                         ^~~~~~~~~~~~~~~~                     
../iagno-3.38.1/src/game.vala:909.5-909.22: warning: Method `Game.undo' never used
  909 |     internal void undo (uint8 count = 1)
      |     ^~~~~~~~~~~~~~~~~~                  
../iagno-3.38.1/src/game.vala:974.5-974.35: warning: Method `Game.test_placing_tile' never used
  974 |     internal bool test_placing_tile (uint8 x, uint8 y, out unowned PossibleMove move)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                  
../iagno-3.38.1/src/game.vala:974.56-974.84: warning: Use of possibly unassigned parameter `move'
  974 |     internal bool test_placing_tile (uint8 x, uint8 y, out unowned PossibleMove move)
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Compilation succeeded - 11 warning(s)
[4/162] /usr/bin/valac-0.56 -C --pkg gio-2.0 --color=always --directory src/iagno-tests.p --basedir ../iagno-3.38.1/src --enable-experimental-non-null ../iagno-3.38.1/src/test-iagno.vala ../iagno-3.38.1/src/computer-player.vala ../iagno-3.38.1/src/computer-reversi.vala ../iagno-3.38.1/src/game.vala ../iagno-3.38.1/src/player.vala
../iagno-3.38.1/src/game.vala:46.5-46.28: warning: accessibility of struct fields can only be `public`
   46 |     private Player [,] tiles;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:47.5-47.44: warning: accessibility of struct fields can only be `public`
   47 |     private unowned uint8 [,] neighbor_tiles;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:303.5-303.25: warning: accessibility of struct fields can only be `public`
  303 |     private uint8 x_saved;
      |     ^~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:304.5-304.25: warning: accessibility of struct fields can only be `public`
  304 |     private uint8 y_saved;
      |     ^~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:462.5-462.37: warning: accessibility of struct fields can only be `public`
  462 |     private uint8 [,] empty_neighbors;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/computer-player.vala:61.5-61.22: warning: Method `ComputerPlayer.move' never used
   61 |     internal void move (double delay_seconds = 0.0)
      |     ^~~~~~~~~~~~~~~~~~                             
../iagno-3.38.1/src/computer-player.vala:108.5-108.29: warning: Method `ComputerPlayer.cancel_move' never used
  108 |     internal void cancel_move ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/computer-reversi.vala:672.25-672.40: warning: Use of possibly unassigned parameter `best_move'
  672 |                 while ((best_move.x == 1 || best_move.x == 6)
      |                         ^~~~~~~~~~~~~~~~                     
../iagno-3.38.1/src/game.vala:974.5-974.35: warning: Method `Game.test_placing_tile' never used
  974 |     internal bool test_placing_tile (uint8 x, uint8 y, out unowned PossibleMove move)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                  
../iagno-3.38.1/src/game.vala:974.56-974.84: warning: Use of possibly unassigned parameter `move'
  974 |     internal bool test_placing_tile (uint8 x, uint8 y, out unowned PossibleMove move)
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Compilation succeeded - 10 warning(s)
[5/162] /usr/bin/valac-0.56 -C --pkg librsvg-2.0 --pkg posix --pkg gtk+-3.0 --pkg gsound --target-glib ' 2.42.0' --pkg glib-2.0 --pkg gio-2.0 --color=always --directory src/iagno.p --basedir ../iagno-3.38.1/src --gresources=../iagno-3.38.1/data/iagno.gresource.xml --gresourcesdir=data/../iagno-3.38.1/data --target-glib 2.44 --vapidir /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/src/vapi --enable-experimental-non-null ../iagno-3.38.1/src/vapi/config.vapi ../iagno-3.38.1/src/about-list.vala ../iagno-3.38.1/src/adaptative-window.vala ../iagno-3.38.1/src/base-headerbar.vala ../iagno-3.38.1/src/base-view.vala ../iagno-3.38.1/src/base-window.vala ../iagno-3.38.1/src/computer-player.vala ../iagno-3.38.1/src/computer-reversi.vala ../iagno-3.38.1/src/game-actionbar.vala ../iagno-3.38.1/src/game-headerbar.vala ../iagno-3.38.1/src/game-view.vala ../iagno-3.38.1/src/game-window.vala ../iagno-3.38.1/src/game.vala ../iagno-3.38.1/src/history-button.vala ../iagno-3.38.1/src/iagno.vala ../iagno-3.38.1/src/new-game-screen.vala ../iagno-3.38.1/src/night-light-monitor.vala ../iagno-3.38.1/src/notifications-revealer.vala ../iagno-3.38.1/src/overlayed-list.vala ../iagno-3.38.1/src/player.vala ../iagno-3.38.1/src/registry-placeholder.vala ../iagno-3.38.1/src/reversi-view.vala ../iagno-3.38.1/src/theme-manager.vala
../iagno-3.38.1/src/game.vala:46.5-46.28: warning: accessibility of struct fields can only be `public`
   46 |     private Player [,] tiles;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:47.5-47.44: warning: accessibility of struct fields can only be `public`
   47 |     private unowned uint8 [,] neighbor_tiles;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:303.5-303.25: warning: accessibility of struct fields can only be `public`
  303 |     private uint8 x_saved;
      |     ^~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:304.5-304.25: warning: accessibility of struct fields can only be `public`
  304 |     private uint8 y_saved;
      |     ^~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game.vala:462.5-462.37: warning: accessibility of struct fields can only be `public`
  462 |     private uint8 [,] empty_neighbors;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/game-actionbar.vala:58.5-58.43: warning: `override' not required to implement `abstract' interface method `AdaptativeWidget.set_window_size'
   58 |     protected override void set_window_size (AdaptativeWidget.WindowSize new_size)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
../iagno-3.38.1/src/game-actionbar.vala:122.5-122.43: warning: `override' not required to implement `abstract' interface method `AdaptativeWidget.set_window_size'
  122 |     protected override void set_window_size (AdaptativeWidget.WindowSize new_size)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
../iagno-3.38.1/src/reversi-view.vala:316.35-316.77: warning: `Rsvg.Handle.get_dimensions' has been deprecated since 2.52.
  316 |         Rsvg.DimensionData size = theme_manager.tileset_handle.get_dimensions ();
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../iagno-3.38.1/src/reversi-view.vala:316.28-316.31: warning: `Rsvg.DimensionData' has been deprecated since 2.46.
  316 |         Rsvg.DimensionData size = theme_manager.tileset_handle.get_dimensions ();
      |                            ^~~~                                                  
../iagno-3.38.1/src/reversi-view.vala:319.9-319.49: warning: `Rsvg.Handle.render_cairo' has been deprecated since 2.52.
  319 |         theme_manager.tileset_handle.render_cairo (context);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
../iagno-3.38.1/src/history-button.vala:49.5-49.43: warning: `override' not required to implement `abstract' interface method `AdaptativeWidget.set_window_size'
   49 |     protected override void set_window_size (AdaptativeWidget.WindowSize new_size)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
../iagno-3.38.1/src/history-button.vala:109.35-109.77: warning: `Rsvg.Handle.get_dimensions' has been deprecated since 2.52.
  109 |         Rsvg.DimensionData size = theme_manager.tileset_handle.get_dimensions ();
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../iagno-3.38.1/src/history-button.vala:109.28-109.31: warning: `Rsvg.DimensionData' has been deprecated since 2.46.
  109 |         Rsvg.DimensionData size = theme_manager.tileset_handle.get_dimensions ();
      |                            ^~~~                                                  
../iagno-3.38.1/src/history-button.vala:112.9-112.49: warning: `Rsvg.Handle.render_cairo' has been deprecated since 2.52.
  112 |         theme_manager.tileset_handle.render_cairo (context);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
../iagno-3.38.1/src/base-headerbar.vala:305.5-305.37: warning: Method `BaseHeaderBar.has_popover' never used
  305 |     internal virtual bool has_popover ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/computer-player.vala:50.5-50.27: warning: Method `ComputerPlayer.move_sync' never used
   50 |     internal void move_sync (out uint8 x, out uint8 y)      // for tests
      |     ^~~~~~~~~~~~~~~~~~~~~~~                                             
../iagno-3.38.1/src/computer-reversi.vala:672.25-672.40: warning: Use of possibly unassigned parameter `best_move'
  672 |                 while ((best_move.x == 1 || best_move.x == 6)
      |                         ^~~~~~~~~~~~~~~~                     
../iagno-3.38.1/src/game-window.vala:257.5-257.34: warning: Method `GameWindow.cannot_undo_more' never used
  257 |     internal void cannot_undo_more ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/game.vala:974.56-974.84: warning: Use of possibly unassigned parameter `move'
  974 |     internal bool test_placing_tile (uint8 x, uint8 y, out unowned PossibleMove move)
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/history-button.vala:82.5-82.37: warning: Field `HistoryButton.tileset_pixbuf' never used
   82 |     private Gdk.Pixbuf tileset_pixbuf;
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
../iagno-3.38.1/src/new-game-screen.vala:92.5-92.55: warning: Method `NewGameScreen.get_size_button_label' never used
   92 |     internal static inline string get_size_button_label (int size)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
../iagno-3.38.1/src/overlayed-list.vala:78.5-78.34: warning: Method `OverlayedList.add_placeholder' never used
   78 |     protected void add_placeholder ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:119.5-119.28: warning: Method `OverlayedList.next_match' never used
  119 |     internal bool next_match ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:141.5-141.32: warning: Method `OverlayedList.previous_match' never used
  141 |     internal bool previous_match ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:170.5-170.28: warning: Method `OverlayedList.select_all' never used
  170 |     internal void select_all ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:175.5-175.30: warning: Method `OverlayedList.unselect_all' never used
  175 |     internal void unselect_all ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:180.5-180.38: warning: Method `OverlayedList.select_row_for_real' never used
  180 |     protected void select_row_for_real (ListBoxRow row)   // ahem...
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
../iagno-3.38.1/src/overlayed-list.vala:190.5-190.46: warning: Method `OverlayedList.get_selected_rows_indices' never used
  190 |     protected int [] get_selected_rows_indices ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:216.5-216.32: warning: Method `OverlayedList.scroll_bottom' never used
  216 |     protected void scroll_bottom ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~   
../iagno-3.38.1/src/overlayed-list.vala:284.5-284.47: warning: Method `OverlayedList.get_selection_state' never used
  284 |     internal SelectionState get_selection_state ()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
Compilation succeeded - 30 warning(s)
[6/162] /usr/bin/msgfmt ../iagno-3.38.1/help/ca/ca.po -o help/ca/iagno-ca.gmo
[7/162] /usr/bin/msgfmt ../iagno-3.38.1/help/cs/cs.po -o help/cs/iagno-cs.gmo
[8/162] /usr/bin/msgfmt ../iagno-3.38.1/help/de/de.po -o help/de/iagno-de.gmo
[9/162] /usr/bin/msgfmt ../iagno-3.38.1/help/el/el.po -o help/el/iagno-el.gmo
[10/162] /usr/bin/msgfmt ../iagno-3.38.1/help/es/es.po -o help/es/iagno-es.gmo
[11/162] /usr/bin/msgfmt ../iagno-3.38.1/help/fr/fr.po -o help/fr/iagno-fr.gmo
[12/162] /usr/bin/msgfmt ../iagno-3.38.1/help/gl/gl.po -o help/gl/iagno-gl.gmo
[13/162] /usr/bin/msgfmt ../iagno-3.38.1/help/hu/hu.po -o help/hu/iagno-hu.gmo
[14/162] /usr/bin/msgfmt ../iagno-3.38.1/help/pl/pl.po -o help/pl/iagno-pl.gmo
[15/162] /usr/bin/msgfmt ../iagno-3.38.1/help/pt_BR/pt_BR.po -o help/pt_BR/iagno-pt_BR.gmo
[16/162] /usr/bin/msgfmt ../iagno-3.38.1/help/sv/sv.po -o help/sv/iagno-sv.gmo
[17/162] /usr/bin/msgfmt ../iagno-3.38.1/help/uk/uk.po -o help/uk/iagno-uk.gmo
[18/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-perfs-tests-generator.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -include config.h -MD -MQ src/iagno-perfs-tests-generator.p/meson-generated_perfs-tests-generator.c.o -MF src/iagno-perfs-tests-generator.p/meson-generated_perfs-tests-generator.c.o.d -o src/iagno-perfs-tests-generator.p/meson-generated_perfs-tests-generator.c.o -c src/iagno-perfs-tests-generator.p/perfs-tests-generator.c
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c: In function ‘perfs_tests_generator_construct’:
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:260:9: warning: G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations]
  260 |         self = (PerfsTestsGenerator*) g_object_new (object_type, "application-id", "org.gnome.Reversi.PerfsTestsGenerator", "flags", G_APPLICATION_FLAGS_NONE, NULL);
      |         ^~~~
In file included from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:24:
/usr/include/glib-2.0/gio/gioenums.h:1540:3: note: declared here
 1540 |   G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c: In function ‘perfs_tests_generator_real_handle_local_options’:
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:279:14: warning: variable ‘_environ_size_’ set but not used [-Wunused-but-set-variable]
  279 |         gint _environ_size_;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c: In function ‘perfs_tests_generator_generate_file’:
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:699:62: warning: variable ‘_tmp51__length1’ set but not used [-Wunused-but-set-variable]
  699 |                                                         gint _tmp51__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:694:62: warning: variable ‘_tmp48__length1’ set but not used [-Wunused-but-set-variable]
  694 |                                                         gint _tmp48__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:761:62: warning: variable ‘_tmp67__length1’ set but not used [-Wunused-but-set-variable]
  761 |                                                         gint _tmp67__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:758:62: warning: variable ‘_tmp65__length1’ set but not used [-Wunused-but-set-variable]
  758 |                                                         gint _tmp65__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:755:62: warning: variable ‘_tmp63__length1’ set but not used [-Wunused-but-set-variable]
  755 |                                                         gint _tmp63__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:752:62: warning: variable ‘_tmp61__length1’ set but not used [-Wunused-but-set-variable]
  752 |                                                         gint _tmp61__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:854:62: warning: variable ‘_tmp96__length1’ set but not used [-Wunused-but-set-variable]
  854 |                                                         gint _tmp96__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:599:38: warning: variable ‘_tmp101__length1’ set but not used [-Wunused-but-set-variable]
  599 |                                 gint _tmp101__length1;
      |                                      ^~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:593:38: warning: variable ‘_tmp87__length1’ set but not used [-Wunused-but-set-variable]
  593 |                                 gint _tmp87__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:581:41: warning: variable ‘_tmp75_’ set but not used [-Wunused-but-set-variable]
  581 |                                 gchar** _tmp75_;
      |                                         ^~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:580:38: warning: variable ‘_tmp74__length1’ set but not used [-Wunused-but-set-variable]
  580 |                                 gint _tmp74__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:578:38: warning: variable ‘_initial_game_size_’ set but not used [-Wunused-but-set-variable]
  578 |                                 gint _initial_game_size_;
      |                                      ^~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:395:14: warning: variable ‘_game_init_max_size_’ set but not used [-Wunused-but-set-variable]
  395 |         gint _game_init_max_size_;
      |              ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:391:14: warning: variable ‘_game_init_size_’ set but not used [-Wunused-but-set-variable]
  391 |         gint _game_init_size_;
      |              ^~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30:
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c: In function ‘perfs_tests_generator_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:1011:13: note: in expansion of macro ‘g_once_init_enter’
 1011 |         if (g_once_init_enter (&perfs_tests_generator_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c: At top level:
src/iagno-perfs-tests-generator.p/perfs-tests-generator.c:64:20: warning: perfs_tests_generator_properties’ defined but not used [-Wunused-variable]
   64 | static GParamSpec* perfs_tests_generator_properties[PERFS_TESTS_GENERATOR_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-perfs-tests-generator.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -include config.h -MD -MQ src/iagno-perfs-tests-generator.p/meson-generated_computer-player.c.o -MF src/iagno-perfs-tests-generator.p/meson-generated_computer-player.c.o.d -o src/iagno-perfs-tests-generator.p/meson-generated_computer-player.c.o -c src/iagno-perfs-tests-generator.p/computer-player.c
src/iagno-perfs-tests-generator.p/computer-player.c: In function ‘computer_player_move_finish’:
src/iagno-perfs-tests-generator.p/computer-player.c:277:38: warning: variable ‘_data_’ set but not used [-Wunused-but-set-variable]
  277 |         ComputerPlayerMoveAsyncData* _data_;
      |                                      ^~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-perfs-tests-generator.p/computer-player.c:26:
src/iagno-perfs-tests-generator.p/computer-player.c: In function ‘computer_player_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-player.c:575:13: note: in expansion of macro ‘g_once_init_enter’
  575 |         if (g_once_init_enter (&computer_player_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-player.c: At top level:
src/iagno-perfs-tests-generator.p/computer-player.c:650:1: warning: _vala_clear_GCond’ defined but not used [-Wunused-function]
  650 | _vala_clear_GCond (GCond * mutex)
      | ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-player.c:640:1: warning: _vala_clear_GRWLock’ defined but not used [-Wunused-function]
  640 | _vala_clear_GRWLock (GRWLock * mutex)
      | ^~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-player.c:620:1: warning: _vala_clear_GMutex’ defined but not used [-Wunused-function]
  620 | _vala_clear_GMutex (GMutex * mutex)
      | ^~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-player.c:274:1: warning: computer_player_move_finish’ defined but not used [-Wunused-function]
  274 | computer_player_move_finish (ComputerPlayer* self,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[20/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-perfs-tests-generator.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -include config.h -MD -MQ src/iagno-perfs-tests-generator.p/meson-generated_computer-reversi.c.o -MF src/iagno-perfs-tests-generator.p/meson-generated_computer-reversi.c.o.d -o src/iagno-perfs-tests-generator.p/meson-generated_computer-reversi.c.o -c src/iagno-perfs-tests-generator.p/computer-reversi.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-perfs-tests-generator.p/computer-reversi.c:26:
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘possible_move_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:660:13: note: in expansion of macro ‘g_once_init_enter’
  660 |         if (g_once_init_enter (&possible_move_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_easy_real_sort_moves’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:697:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  697 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_easy_real_end_of_game’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:721:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  721 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_easy_real_calculate_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:747:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  747 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_easy_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:788:13: note: in expansion of macro ‘g_once_init_enter’
  788 |         if (g_once_init_enter (&computer_reverse_easy_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_calculate_move_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:892:14: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
  892 |         gint _tmp28__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:886:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
  886 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_calculate_dir_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:964:30: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
  964 |                         gint _tmp2__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_real_end_of_game’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:989:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  989 |         ComputerReverseHard * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_mainline_penalty’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:1159:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 1159 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1180:46: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1180 |                                         gint _tmp9__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1203:30: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1203 |                         gint _tmp15__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1223:22: warning: variable ‘_tmp23__length1’ set but not used [-Wunused-but-set-variable]
 1223 |                 gint _tmp23__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1246:46: warning: variable ‘_tmp27__length1’ set but not used [-Wunused-but-set-variable]
 1246 |                                         gint _tmp27__length1;
      |                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1271:30: warning: variable ‘_tmp34__length1’ set but not used [-Wunused-but-set-variable]
 1271 |                         gint _tmp34__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1144:14: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1144 |         gint _tmp19__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1139:14: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 1139 |         gint _tmp3__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1136:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 1136 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_init_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:1318:44: warning: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type [-Wincompatible-pointer-types]
 1318 |                 _tmp0_ = _vala_array_dup2 (heuristic_8, G_N_ELEMENTS (heuristic_8) * G_N_ELEMENTS (heuristic_8[0]));
      |                                            ^~~~~~~~~~~
      |                                            |
      |                                            const gint16 (*)[8] {aka const short int (*)[8]}
src/iagno-perfs-tests-generator.p/computer-reversi.c:1290:27: note: expected ‘gint16 *’ {aka ‘short int *’} but argument is of type ‘const gint16 (*)[8]’ {aka ‘const short int (*)[8]’}
 1290 | _vala_array_dup2 (gint16* self,
      |                   ~~~~~~~~^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1367:62: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1367 |                                                         gint _tmp10__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1364:62: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1364 |                                                         gint _tmp9__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1428:38: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1428 |                                 gint _tmp19__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1424:38: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 1424 |                                 gint _tmp17__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1417:38: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1417 |                                 gint _tmp15__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_create_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:1539:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 1539 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1613:22: warning: variable ‘_tmp21__length1’ set but not used [-Wunused-but-set-variable]
 1613 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1610:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 1610 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1607:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1607 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1604:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 1604 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1601:22: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 1601 |                 gint _tmp17__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1598:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 1598 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1595:22: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1595 |                 gint _tmp15__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1592:22: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 1592 |                 gint _tmp14__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1589:22: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 1589 |                 gint _tmp13__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1586:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 1586 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1583:22: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 1583 |                 gint _tmp11__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1580:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1580 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1507:14: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1507 |         gint _tmp9__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1504:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1504 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1501:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1501 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1498:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 1498 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reverse_hard_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1787:13: note: in expansion of macro ‘g_once_init_enter’
 1787 |         if (g_once_init_enter (&computer_reverse_hard_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_easy_real_sort_moves’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:1866:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1866 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_easy_real_end_of_game’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:1890:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1890 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_easy_real_calculate_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:1916:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1916 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_easy_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:1957:13: note: in expansion of macro ‘g_once_init_enter’
 1957 |         if (g_once_init_enter (&computer_reversi_easy_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_calculate_move_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:2061:14: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2061 |         gint _tmp28__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2055:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2055 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_calculate_dir_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:2133:30: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2133 |                         gint _tmp2__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_real_end_of_game’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:2158:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 2158 |         ComputerReversiHard * self;
      |                               ^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_mainline_penalty’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:2328:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2328 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2349:46: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2349 |                                         gint _tmp9__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2372:30: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 2372 |                         gint _tmp15__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2396:30: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 2396 |                         gint _tmp22__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2417:54: warning: variable ‘_tmp25__length1’ set but not used [-Wunused-but-set-variable]
 2417 |                                                 gint _tmp25__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2440:38: warning: variable ‘_tmp31__length1’ set but not used [-Wunused-but-set-variable]
 2440 |                                 gint _tmp31__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2387:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2387 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2461:22: warning: variable ‘_tmp39__length1’ set but not used [-Wunused-but-set-variable]
 2461 |                 gint _tmp39__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2484:46: warning: variable ‘_tmp43__length1’ set but not used [-Wunused-but-set-variable]
 2484 |                                         gint _tmp43__length1;
      |                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2509:30: warning: variable ‘_tmp50__length1’ set but not used [-Wunused-but-set-variable]
 2509 |                         gint _tmp50__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2537:30: warning: variable ‘_tmp59__length1’ set but not used [-Wunused-but-set-variable]
 2537 |                         gint _tmp59__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2560:54: warning: variable ‘_tmp63__length1’ set but not used [-Wunused-but-set-variable]
 2560 |                                                 gint _tmp63__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2585:38: warning: variable ‘_tmp70__length1’ set but not used [-Wunused-but-set-variable]
 2585 |                                 gint _tmp70__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2526:22: warning: variable ‘_tmp55__length1’ set but not used [-Wunused-but-set-variable]
 2526 |                 gint _tmp55__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2313:14: warning: variable ‘_tmp35__length1’ set but not used [-Wunused-but-set-variable]
 2313 |         gint _tmp35__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2308:14: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 2308 |         gint _tmp3__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2305:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 2305 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_init_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:2629:44: warning: passing argument 1 of ‘_vala_array_dup3’ from incompatible pointer type [-Wincompatible-pointer-types]
 2629 |                 _tmp0_ = _vala_array_dup3 (heuristic_8, G_N_ELEMENTS (heuristic_8) * G_N_ELEMENTS (heuristic_8[0]));
      |                                            ^~~~~~~~~~~
      |                                            |
      |                                            const gint16 (*)[8] {aka const short int (*)[8]}
src/iagno-perfs-tests-generator.p/computer-reversi.c:2605:27: note: expected ‘gint16 *’ {aka ‘short int *’} but argument is of type ‘const gint16 (*)[8]’ {aka ‘const short int (*)[8]’}
 2605 | _vala_array_dup3 (gint16* self,
      |                   ~~~~~~~~^~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2680:38: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2680 |                                 gint _tmp11__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2676:38: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2676 |                                 gint _tmp9__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2669:38: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 2669 |                                 gint _tmp7__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_create_heuristic’:
src/iagno-perfs-tests-generator.p/computer-reversi.c:2790:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 2790 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2864:22: warning: variable ‘_tmp21__length1’ set but not used [-Wunused-but-set-variable]
 2864 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2861:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 2861 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2858:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2858 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2855:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2855 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2852:22: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 2852 |                 gint _tmp17__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2849:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 2849 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2846:22: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 2846 |                 gint _tmp15__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2843:22: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2843 |                 gint _tmp14__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2840:22: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 2840 |                 gint _tmp13__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2837:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2837 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2834:22: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2834 |                 gint _tmp11__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2831:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2831 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2758:14: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2758 |         gint _tmp9__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2755:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2755 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2752:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 2752 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:2749:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2749 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_hard_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:3038:13: note: in expansion of macro ‘g_once_init_enter’
 3038 |         if (g_once_init_enter (&computer_reversi_hard_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: In function ‘computer_reversi_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:3718:13: note: in expansion of macro ‘g_once_init_enter’
 3718 |         if (g_once_init_enter (&computer_reversi_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c: At top level:
src/iagno-perfs-tests-generator.p/computer-reversi.c:159:20: warning: computer_reversi_easy_properties’ defined but not used [-Wunused-variable]
  159 | static GParamSpec* computer_reversi_easy_properties[COMPUTER_REVERSI_EASY_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/computer-reversi.c:105:20: warning: computer_reverse_easy_properties’ defined but not used [-Wunused-variable]
  105 | static GParamSpec* computer_reverse_easy_properties[COMPUTER_REVERSE_EASY_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[21/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-perfs-tests-generator.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -include config.h -MD -MQ src/iagno-perfs-tests-generator.p/meson-generated_game.c.o -MF src/iagno-perfs-tests-generator.p/meson-generated_game.c.o.d -o src/iagno-perfs-tests-generator.p/meson-generated_game.c.o -c src/iagno-perfs-tests-generator.p/game.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-perfs-tests-generator.p/game.c:26:
src/iagno-perfs-tests-generator.p/game.c: In function ‘main_line_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:581:13: note: in expansion of macro ‘g_once_init_enter’
  581 |         if (g_once_init_enter (&main_line_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_to_string’:
src/iagno-perfs-tests-generator.p/game.c:624:62: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
  624 |                                                         gint _tmp6__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_init_copy_and_add’:
src/iagno-perfs-tests-generator.p/game.c:1161:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1161 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_init_copy_and_add_two’:
src/iagno-perfs-tests-generator.p/game.c:1282:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1282 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1244:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1244 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_is_current_color’:
src/iagno-perfs-tests-generator.p/game.c:1314:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1314 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_is_empty_tile’:
src/iagno-perfs-tests-generator.p/game.c:1332:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1332 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_is_unplayable_basic’:
src/iagno-perfs-tests-generator.p/game.c:1544:14: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 1544 |         gint _tmp4__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1540:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 1540 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1536:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1536 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_can_flip_tiles’:
src/iagno-perfs-tests-generator.p/game.c:1719:46: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 1719 |                                         gint _tmp2__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1751:22: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1751 |                 gint _tmp7__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_get_empty_neighbors’:
src/iagno-perfs-tests-generator.p/game.c:1774:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1774 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_is_empty’:
src/iagno-perfs-tests-generator.p/game.c:1864:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1864 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_get_mainline’:
src/iagno-perfs-tests-generator.p/game.c:1956:54: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 1956 |                                                 gint _tmp4__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1954:54: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 1954 |                                                 gint _tmp3__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1992:54: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1992 |                                                 gint _tmp9__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1990:54: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1990 |                                                 gint _tmp8__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2028:54: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2028 |                                                 gint _tmp14__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2026:54: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 2026 |                                                 gint _tmp13__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2064:54: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2064 |                                                 gint _tmp19__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2062:54: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2062 |                                                 gint _tmp18__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2100:54: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2100 |                                                 gint _tmp24__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2098:54: warning: variable ‘_tmp23__length1’ set but not used [-Wunused-but-set-variable]
 2098 |                                                 gint _tmp23__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2136:54: warning: variable ‘_tmp29__length1’ set but not used [-Wunused-but-set-variable]
 2136 |                                                 gint _tmp29__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2134:54: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2134 |                                                 gint _tmp28__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:1935:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 1935 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_struct_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2286:13: note: in expansion of macro ‘g_once_init_enter’
 2286 |         if (g_once_init_enter (&game_state_struct_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_object_get_owner’:
src/iagno-perfs-tests-generator.p/game.c:2484:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2484 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_state_object_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2704:13: note: in expansion of macro ‘g_once_init_enter’
 2704 |         if (g_once_init_enter (&game_state_object_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_construct’:
src/iagno-perfs-tests-generator.p/game.c:2846:70: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2846 |                                                                 gint _tmp11__length1;
      |                                                                      ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_setup_even_board’:
src/iagno-perfs-tests-generator.p/game.c:2945:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2945 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2941:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2941 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2937:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2937 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:2933:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2933 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_setup_odd_board’:
src/iagno-perfs-tests-generator.p/game.c:3109:14: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 3109 |         gint _tmp22__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3105:14: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 3105 |         gint _tmp20__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3101:14: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 3101 |         gint _tmp18__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3097:14: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 3097 |         gint _tmp16__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3093:14: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 3093 |         gint _tmp14__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3089:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3089 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3085:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 3085 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3081:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 3081 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_construct_from_strings’:
src/iagno-perfs-tests-generator.p/game.c:3583:62: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3583 |                                                         gint _tmp11__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_init_neighbor_tiles’:
src/iagno-perfs-tests-generator.p/game.c:4027:62: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 4027 |                                                         gint _tmp9__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3992:38: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 3992 |                                 gint _tmp6__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3989:38: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 3989 |                                 gint _tmp5__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3986:38: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 3986 |                                 gint _tmp4__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3983:38: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 3983 |                                 gint _tmp3__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3967:14: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 3967 |         gint _tmp13__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3964:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3964 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3961:14: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3961 |         gint _tmp11__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:3958:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 3958 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘game_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:5238:13: note: in expansion of macro ‘g_once_init_enter’
 5238 |         if (g_once_init_enter (&game_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c: In function ‘opening_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/game.c:5404:13: note: in expansion of macro ‘g_once_init_enter’
 5404 |         if (g_once_init_enter (&opening_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[22/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-perfs-tests-generator.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -include config.h -MD -MQ src/iagno-perfs-tests-generator.p/meson-generated_player.c.o -MF src/iagno-perfs-tests-generator.p/meson-generated_player.c.o.d -o src/iagno-perfs-tests-generator.p/meson-generated_player.c.o -c src/iagno-perfs-tests-generator.p/player.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-perfs-tests-generator.p/player.c:25:
src/iagno-perfs-tests-generator.p/player.c: In function ‘player_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-perfs-tests-generator.p/player.c:156:13: note: in expansion of macro ‘g_once_init_enter’
  156 |         if (g_once_init_enter (&player_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[23/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-tests.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -MD -MQ src/iagno-tests.p/meson-generated_test-iagno.c.o -MF src/iagno-tests.p/meson-generated_test-iagno.c.o.d -o src/iagno-tests.p/meson-generated_test-iagno.c.o -c src/iagno-tests.p/test-iagno.c
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_undo_after_pass’:
src/iagno-tests.p/test-iagno.c:564:14: warning: variable ‘_board2_size_’ set but not used [-Wunused-but-set-variable]
  564 |         gint _board2_size_;
      |              ^~~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c:549:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  549 |         gint _board_size_;
      |              ^~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_current_color_after_pass’:
src/iagno-tests.p/test-iagno.c:712:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  712 |         gint _board_size_;
      |              ^~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_ai_search_1’:
src/iagno-tests.p/test-iagno.c:772:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  772 |         gint _board_size_;
      |              ^~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_ai_search_2’:
src/iagno-tests.p/test-iagno.c:821:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  821 |         gint _board_size_;
      |              ^~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_ai_search_3’:
src/iagno-tests.p/test-iagno.c:870:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  870 |         gint _board_size_;
      |              ^~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_ai_search_4’:
src/iagno-tests.p/test-iagno.c:920:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  920 |         gint _board_size_;
      |              ^~~~~~~~~~~~
src/iagno-tests.p/test-iagno.c: In function ‘test_reversi_test_ai_search_5’:
src/iagno-tests.p/test-iagno.c:970:14: warning: variable ‘_board_size_’ set but not used [-Wunused-but-set-variable]
  970 |         gint _board_size_;
      |              ^~~~~~~~~~~~
[24/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-tests.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -MD -MQ src/iagno-tests.p/meson-generated_computer-player.c.o -MF src/iagno-tests.p/meson-generated_computer-player.c.o.d -o src/iagno-tests.p/meson-generated_computer-player.c.o -c src/iagno-tests.p/computer-player.c
src/iagno-tests.p/computer-player.c: In function ‘computer_player_move_finish’:
src/iagno-tests.p/computer-player.c:277:38: warning: variable ‘_data_’ set but not used [-Wunused-but-set-variable]
  277 |         ComputerPlayerMoveAsyncData* _data_;
      |                                      ^~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-tests.p/computer-player.c:26:
src/iagno-tests.p/computer-player.c: In function ‘computer_player_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-player.c:575:13: note: in expansion of macro ‘g_once_init_enter’
  575 |         if (g_once_init_enter (&computer_player_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-player.c: At top level:
src/iagno-tests.p/computer-player.c:650:1: warning: _vala_clear_GCond’ defined but not used [-Wunused-function]
  650 | _vala_clear_GCond (GCond * mutex)
      | ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-player.c:640:1: warning: _vala_clear_GRWLock’ defined but not used [-Wunused-function]
  640 | _vala_clear_GRWLock (GRWLock * mutex)
      | ^~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-player.c:620:1: warning: _vala_clear_GMutex’ defined but not used [-Wunused-function]
  620 | _vala_clear_GMutex (GMutex * mutex)
      | ^~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-player.c:274:1: warning: computer_player_move_finish’ defined but not used [-Wunused-function]
  274 | computer_player_move_finish (ComputerPlayer* self,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[25/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-tests.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -MD -MQ src/iagno-tests.p/meson-generated_computer-reversi.c.o -MF src/iagno-tests.p/meson-generated_computer-reversi.c.o.d -o src/iagno-tests.p/meson-generated_computer-reversi.c.o -c src/iagno-tests.p/computer-reversi.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-tests.p/computer-reversi.c:26:
src/iagno-tests.p/computer-reversi.c: In function ‘possible_move_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:660:13: note: in expansion of macro ‘g_once_init_enter’
  660 |         if (g_once_init_enter (&possible_move_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_easy_real_sort_moves’:
src/iagno-tests.p/computer-reversi.c:697:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  697 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_easy_real_end_of_game’:
src/iagno-tests.p/computer-reversi.c:721:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  721 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_easy_real_calculate_heuristic’:
src/iagno-tests.p/computer-reversi.c:747:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  747 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_easy_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:788:13: note: in expansion of macro ‘g_once_init_enter’
  788 |         if (g_once_init_enter (&computer_reverse_easy_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_calculate_move_heuristic’:
src/iagno-tests.p/computer-reversi.c:892:14: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
  892 |         gint _tmp28__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:886:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
  886 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_calculate_dir_heuristic’:
src/iagno-tests.p/computer-reversi.c:964:30: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
  964 |                         gint _tmp2__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_real_end_of_game’:
src/iagno-tests.p/computer-reversi.c:989:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  989 |         ComputerReverseHard * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_mainline_penalty’:
src/iagno-tests.p/computer-reversi.c:1159:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 1159 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1180:46: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1180 |                                         gint _tmp9__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1203:30: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1203 |                         gint _tmp15__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1223:22: warning: variable ‘_tmp23__length1’ set but not used [-Wunused-but-set-variable]
 1223 |                 gint _tmp23__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1246:46: warning: variable ‘_tmp27__length1’ set but not used [-Wunused-but-set-variable]
 1246 |                                         gint _tmp27__length1;
      |                                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1271:30: warning: variable ‘_tmp34__length1’ set but not used [-Wunused-but-set-variable]
 1271 |                         gint _tmp34__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1144:14: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1144 |         gint _tmp19__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1139:14: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 1139 |         gint _tmp3__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1136:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 1136 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_init_heuristic’:
src/iagno-tests.p/computer-reversi.c:1318:44: warning: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type [-Wincompatible-pointer-types]
 1318 |                 _tmp0_ = _vala_array_dup2 (heuristic_8, G_N_ELEMENTS (heuristic_8) * G_N_ELEMENTS (heuristic_8[0]));
      |                                            ^~~~~~~~~~~
      |                                            |
      |                                            const gint16 (*)[8] {aka const short int (*)[8]}
src/iagno-tests.p/computer-reversi.c:1290:27: note: expected ‘gint16 *’ {aka ‘short int *’} but argument is of type ‘const gint16 (*)[8]’ {aka ‘const short int (*)[8]’}
 1290 | _vala_array_dup2 (gint16* self,
      |                   ~~~~~~~~^~~~
src/iagno-tests.p/computer-reversi.c:1367:62: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1367 |                                                         gint _tmp10__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1364:62: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1364 |                                                         gint _tmp9__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1428:38: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1428 |                                 gint _tmp19__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1424:38: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 1424 |                                 gint _tmp17__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1417:38: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1417 |                                 gint _tmp15__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_create_heuristic’:
src/iagno-tests.p/computer-reversi.c:1539:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 1539 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1613:22: warning: variable ‘_tmp21__length1’ set but not used [-Wunused-but-set-variable]
 1613 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1610:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 1610 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1607:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1607 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1604:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 1604 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1601:22: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 1601 |                 gint _tmp17__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1598:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 1598 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1595:22: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1595 |                 gint _tmp15__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1592:22: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 1592 |                 gint _tmp14__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1589:22: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 1589 |                 gint _tmp13__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1586:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 1586 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1583:22: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 1583 |                 gint _tmp11__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1580:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1580 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1507:14: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1507 |         gint _tmp9__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1504:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1504 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1501:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1501 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1498:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 1498 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reverse_hard_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1787:13: note: in expansion of macro ‘g_once_init_enter’
 1787 |         if (g_once_init_enter (&computer_reverse_hard_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_easy_real_sort_moves’:
src/iagno-tests.p/computer-reversi.c:1866:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1866 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_easy_real_end_of_game’:
src/iagno-tests.p/computer-reversi.c:1890:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1890 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_easy_real_calculate_heuristic’:
src/iagno-tests.p/computer-reversi.c:1916:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1916 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_easy_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:1957:13: note: in expansion of macro ‘g_once_init_enter’
 1957 |         if (g_once_init_enter (&computer_reversi_easy_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_calculate_move_heuristic’:
src/iagno-tests.p/computer-reversi.c:2061:14: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2061 |         gint _tmp28__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2055:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2055 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_calculate_dir_heuristic’:
src/iagno-tests.p/computer-reversi.c:2133:30: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2133 |                         gint _tmp2__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_real_end_of_game’:
src/iagno-tests.p/computer-reversi.c:2158:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 2158 |         ComputerReversiHard * self;
      |                               ^~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_mainline_penalty’:
src/iagno-tests.p/computer-reversi.c:2328:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2328 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2349:46: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2349 |                                         gint _tmp9__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2372:30: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 2372 |                         gint _tmp15__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2396:30: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 2396 |                         gint _tmp22__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2417:54: warning: variable ‘_tmp25__length1’ set but not used [-Wunused-but-set-variable]
 2417 |                                                 gint _tmp25__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2440:38: warning: variable ‘_tmp31__length1’ set but not used [-Wunused-but-set-variable]
 2440 |                                 gint _tmp31__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2387:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2387 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2461:22: warning: variable ‘_tmp39__length1’ set but not used [-Wunused-but-set-variable]
 2461 |                 gint _tmp39__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2484:46: warning: variable ‘_tmp43__length1’ set but not used [-Wunused-but-set-variable]
 2484 |                                         gint _tmp43__length1;
      |                                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2509:30: warning: variable ‘_tmp50__length1’ set but not used [-Wunused-but-set-variable]
 2509 |                         gint _tmp50__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2537:30: warning: variable ‘_tmp59__length1’ set but not used [-Wunused-but-set-variable]
 2537 |                         gint _tmp59__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2560:54: warning: variable ‘_tmp63__length1’ set but not used [-Wunused-but-set-variable]
 2560 |                                                 gint _tmp63__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2585:38: warning: variable ‘_tmp70__length1’ set but not used [-Wunused-but-set-variable]
 2585 |                                 gint _tmp70__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2526:22: warning: variable ‘_tmp55__length1’ set but not used [-Wunused-but-set-variable]
 2526 |                 gint _tmp55__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2313:14: warning: variable ‘_tmp35__length1’ set but not used [-Wunused-but-set-variable]
 2313 |         gint _tmp35__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2308:14: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 2308 |         gint _tmp3__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2305:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 2305 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_init_heuristic’:
src/iagno-tests.p/computer-reversi.c:2629:44: warning: passing argument 1 of ‘_vala_array_dup3’ from incompatible pointer type [-Wincompatible-pointer-types]
 2629 |                 _tmp0_ = _vala_array_dup3 (heuristic_8, G_N_ELEMENTS (heuristic_8) * G_N_ELEMENTS (heuristic_8[0]));
      |                                            ^~~~~~~~~~~
      |                                            |
      |                                            const gint16 (*)[8] {aka const short int (*)[8]}
src/iagno-tests.p/computer-reversi.c:2605:27: note: expected ‘gint16 *’ {aka ‘short int *’} but argument is of type ‘const gint16 (*)[8]’ {aka ‘const short int (*)[8]’}
 2605 | _vala_array_dup3 (gint16* self,
      |                   ~~~~~~~~^~~~
src/iagno-tests.p/computer-reversi.c:2680:38: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2680 |                                 gint _tmp11__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2676:38: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2676 |                                 gint _tmp9__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2669:38: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 2669 |                                 gint _tmp7__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_create_heuristic’:
src/iagno-tests.p/computer-reversi.c:2790:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 2790 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2864:22: warning: variable ‘_tmp21__length1’ set but not used [-Wunused-but-set-variable]
 2864 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2861:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 2861 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2858:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2858 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2855:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2855 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2852:22: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 2852 |                 gint _tmp17__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2849:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 2849 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2846:22: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 2846 |                 gint _tmp15__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2843:22: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2843 |                 gint _tmp14__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2840:22: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 2840 |                 gint _tmp13__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2837:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2837 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2834:22: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2834 |                 gint _tmp11__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2831:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2831 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2758:14: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2758 |         gint _tmp9__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2755:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2755 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2752:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 2752 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:2749:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2749 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_hard_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:3038:13: note: in expansion of macro ‘g_once_init_enter’
 3038 |         if (g_once_init_enter (&computer_reversi_hard_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: In function ‘computer_reversi_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:3718:13: note: in expansion of macro ‘g_once_init_enter’
 3718 |         if (g_once_init_enter (&computer_reversi_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c: At top level:
src/iagno-tests.p/computer-reversi.c:159:20: warning: computer_reversi_easy_properties’ defined but not used [-Wunused-variable]
  159 | static GParamSpec* computer_reversi_easy_properties[COMPUTER_REVERSI_EASY_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/computer-reversi.c:105:20: warning: computer_reverse_easy_properties’ defined but not used [-Wunused-variable]
  105 | static GParamSpec* computer_reverse_easy_properties[COMPUTER_REVERSE_EASY_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[26/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-tests.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -MD -MQ src/iagno-tests.p/meson-generated_game.c.o -MF src/iagno-tests.p/meson-generated_game.c.o.d -o src/iagno-tests.p/meson-generated_game.c.o -c src/iagno-tests.p/game.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-tests.p/game.c:26:
src/iagno-tests.p/game.c: In function ‘main_line_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:581:13: note: in expansion of macro ‘g_once_init_enter’
  581 |         if (g_once_init_enter (&main_line_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_to_string’:
src/iagno-tests.p/game.c:624:62: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
  624 |                                                         gint _tmp6__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_init_copy_and_add’:
src/iagno-tests.p/game.c:1161:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1161 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_init_copy_and_add_two’:
src/iagno-tests.p/game.c:1282:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1282 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1244:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1244 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_is_current_color’:
src/iagno-tests.p/game.c:1314:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1314 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_is_empty_tile’:
src/iagno-tests.p/game.c:1332:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1332 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_is_unplayable_basic’:
src/iagno-tests.p/game.c:1544:14: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 1544 |         gint _tmp4__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1540:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 1540 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1536:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1536 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_can_flip_tiles’:
src/iagno-tests.p/game.c:1719:46: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 1719 |                                         gint _tmp2__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1751:22: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1751 |                 gint _tmp7__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_get_empty_neighbors’:
src/iagno-tests.p/game.c:1774:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1774 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_is_empty’:
src/iagno-tests.p/game.c:1864:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1864 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_get_mainline’:
src/iagno-tests.p/game.c:1956:54: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 1956 |                                                 gint _tmp4__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1954:54: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 1954 |                                                 gint _tmp3__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1992:54: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1992 |                                                 gint _tmp9__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1990:54: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1990 |                                                 gint _tmp8__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2028:54: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2028 |                                                 gint _tmp14__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2026:54: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 2026 |                                                 gint _tmp13__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2064:54: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2064 |                                                 gint _tmp19__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2062:54: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2062 |                                                 gint _tmp18__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2100:54: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2100 |                                                 gint _tmp24__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2098:54: warning: variable ‘_tmp23__length1’ set but not used [-Wunused-but-set-variable]
 2098 |                                                 gint _tmp23__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2136:54: warning: variable ‘_tmp29__length1’ set but not used [-Wunused-but-set-variable]
 2136 |                                                 gint _tmp29__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2134:54: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2134 |                                                 gint _tmp28__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:1935:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 1935 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_struct_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2286:13: note: in expansion of macro ‘g_once_init_enter’
 2286 |         if (g_once_init_enter (&game_state_struct_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_object_get_owner’:
src/iagno-tests.p/game.c:2484:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2484 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_state_object_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2704:13: note: in expansion of macro ‘g_once_init_enter’
 2704 |         if (g_once_init_enter (&game_state_object_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_construct’:
src/iagno-tests.p/game.c:2846:70: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2846 |                                                                 gint _tmp11__length1;
      |                                                                      ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_setup_even_board’:
src/iagno-tests.p/game.c:2945:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2945 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2941:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2941 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2937:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2937 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:2933:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2933 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_setup_odd_board’:
src/iagno-tests.p/game.c:3109:14: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 3109 |         gint _tmp22__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3105:14: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 3105 |         gint _tmp20__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3101:14: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 3101 |         gint _tmp18__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3097:14: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 3097 |         gint _tmp16__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3093:14: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 3093 |         gint _tmp14__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3089:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3089 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3085:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 3085 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3081:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 3081 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_construct_from_strings’:
src/iagno-tests.p/game.c:3583:62: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3583 |                                                         gint _tmp11__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_init_neighbor_tiles’:
src/iagno-tests.p/game.c:4027:62: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 4027 |                                                         gint _tmp9__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3992:38: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 3992 |                                 gint _tmp6__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3989:38: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 3989 |                                 gint _tmp5__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3986:38: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 3986 |                                 gint _tmp4__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3983:38: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 3983 |                                 gint _tmp3__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3967:14: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 3967 |         gint _tmp13__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3964:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3964 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3961:14: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3961 |         gint _tmp11__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:3958:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 3958 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘game_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:5238:13: note: in expansion of macro ‘g_once_init_enter’
 5238 |         if (g_once_init_enter (&game_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c: In function ‘opening_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/game.c:5404:13: note: in expansion of macro ‘g_once_init_enter’
 5404 |         if (g_once_init_enter (&opening_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[27/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno-tests.p -Isrc -I../iagno-3.38.1/src -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -MD -MQ src/iagno-tests.p/meson-generated_player.c.o -MF src/iagno-tests.p/meson-generated_player.c.o.d -o src/iagno-tests.p/meson-generated_player.c.o -c src/iagno-tests.p/player.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno-tests.p/player.c:25:
src/iagno-tests.p/player.c: In function ‘player_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno-tests.p/player.c:156:13: note: in expansion of macro ‘g_once_init_enter’
  156 |         if (g_once_init_enter (&player_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[28/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_.._.._data_resources.c.o -MF src/iagno.p/meson-generated_.._.._data_resources.c.o.d -o src/iagno.p/meson-generated_.._.._data_resources.c.o -c data/resources.c
[29/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_about-list.c.o -MF src/iagno.p/meson-generated_about-list.c.o.d -o src/iagno.p/meson-generated_about-list.c.o -c src/iagno.p/about-list.c
src/iagno.p/about-list.c: In function ‘about_list_show_credits’:
src/iagno.p/about-list.c:671:17: warning: variable ‘_tmp35_’ set but not used [-Wunused-but-set-variable]
  671 |         gchar** _tmp35_;
      |                 ^~~~~~~
src/iagno.p/about-list.c:665:17: warning: variable ‘_tmp21_’ set but not used [-Wunused-but-set-variable]
  665 |         gchar** _tmp21_;
      |                 ^~~~~~~
src/iagno.p/about-list.c:660:17: warning: variable ‘_tmp11_’ set but not used [-Wunused-but-set-variable]
  660 |         gchar** _tmp11_;
      |                 ^~~~~~~
src/iagno.p/about-list.c: In function ‘about_list_get_multiline_string_from_string_array’:
src/iagno.p/about-list.c:827:22: warning: unused variable ‘_string_item_collection_size_’ [-Wunused-variable]
  827 |                 gint _string_item_collection_size_ = 0;
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/about-list.c:21:
src/iagno.p/about-list.c: In function ‘about_list_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/about-list.c:1343:13: note: in expansion of macro ‘g_once_init_enter’
 1343 |         if (g_once_init_enter (&about_list_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/about-list.c: In function ‘about_list_item_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/about-list.c:1823:13: note: in expansion of macro ‘g_once_init_enter’
 1823 |         if (g_once_init_enter (&about_list_item_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[30/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_adaptative-window.c.o -MF src/iagno.p/meson-generated_adaptative-window.c.o.d -o src/iagno.p/meson-generated_adaptative-window.c.o -c src/iagno.p/adaptative-window.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/adaptative-window.c:21:
src/iagno.p/adaptative-window.c: In function ‘adaptative_widget_window_size_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c:445:13: note: in expansion of macro ‘g_once_init_enter’
  445 |         if (g_once_init_enter (&adaptative_widget_window_size_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c: In function ‘adaptative_widget_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c:485:13: note: in expansion of macro ‘g_once_init_enter’
  485 |         if (g_once_init_enter (&adaptative_widget_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c: In function ‘_night_time_aware_header_bar_night_light_monitor___lambda7_’:
src/iagno.p/adaptative-window.c:672:34: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  672 |         NightTimeAwareHeaderBar* self;
      |                                  ^~~~
src/iagno.p/adaptative-window.c: In function ‘night_time_aware_header_bar_finalize’:
src/iagno.p/adaptative-window.c:754:35: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  754 |         NightTimeAwareHeaderBar * self;
      |                                   ^~~~
src/iagno.p/adaptative-window.c: In function ‘night_time_aware_header_bar_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c:773:13: note: in expansion of macro ‘g_once_init_enter’
  773 |         if (g_once_init_enter (&night_time_aware_header_bar_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c: In function ‘__lambda8_’:
src/iagno.p/adaptative-window.c:1041:27: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1041 |         AdaptativeWindow* self;
      |                           ^~~~
src/iagno.p/adaptative-window.c: In function ‘adaptative_window_change_window_size’:
src/iagno.p/adaptative-window.c:1072:33: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
 1072 |         g_list_foreach (_tmp0_, ___lambda8__gfunc, _data2_);
      |                                 ^~~~~~~~~~~~~~~~~
      |                                 |
      |                                 void (*)(const void *, void *)
In file included from /usr/include/glib-2.0/glib/ghash.h:36,
                 from /usr/include/glib-2.0/glib.h:52:
/usr/include/glib-2.0/glib/glist.h:139:60: note: expected ‘GFunc’ {aka ‘void (*)(void *, void *)’} but argument is of type ‘void (*)(const void *, void *)’
  139 |                                          GFunc             func,
      |                                          ~~~~~~~~~~~~~~~~~~^~~~
src/iagno.p/adaptative-window.c: In function ‘adaptative_window_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c:1587:13: note: in expansion of macro ‘g_once_init_enter’
 1587 |         if (g_once_init_enter (&adaptative_window_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/adaptative-window.c: At top level:
src/iagno.p/adaptative-window.c:1018:1: warning: block2_data_ref’ defined but not used [-Wunused-function]
 1018 | block2_data_ref (Block2Data* _data2_)
      | ^~~~~~~~~~~~~~~
[31/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_base-headerbar.c.o -MF src/iagno.p/meson-generated_base-headerbar.c.o.d -o src/iagno.p/meson-generated_base-headerbar.c.o -c src/iagno.p/base-headerbar.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/base-headerbar.c:21:
src/iagno.p/base-headerbar.c: In function ‘base_header_bar_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/base-headerbar.c:910:13: note: in expansion of macro ‘g_once_init_enter’
  910 |         if (g_once_init_enter (&base_header_bar_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[32/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_base-view.c.o -MF src/iagno.p/meson-generated_base-view.c.o.d -o src/iagno.p/meson-generated_base-view.c.o -c src/iagno.p/base-view.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/base-view.c:21:
src/iagno.p/base-view.c: In function ‘base_view_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/base-view.c:655:13: note: in expansion of macro ‘g_once_init_enter’
  655 |         if (g_once_init_enter (&base_view_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[33/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_base-window.c.o -MF src/iagno.p/meson-generated_base-window.c.o.d -o src/iagno.p/meson-generated_base-window.c.o -c src/iagno.p/base-window.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/base-window.c:21:
src/iagno.p/base-window.c: In function ‘base_application_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/base-window.c:486:13: note: in expansion of macro ‘g_once_init_enter’
  486 |         if (g_once_init_enter (&base_application_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/base-window.c: In function ‘base_window_copy’:
src/iagno.p/base-window.c:838:30: warning: variable ‘garbage2’ set but not used [-Wunused-but-set-variable]
  838 |                         gint garbage2 = 0;
      |                              ^~~~~~~~
src/iagno.p/base-window.c:837:30: warning: variable ‘garbage1’ set but not used [-Wunused-but-set-variable]
  837 |                         gint garbage1 = 0;
      |                              ^~~~~~~~
src/iagno.p/base-window.c:874:46: warning: variable ‘garbage2’ set but not used [-Wunused-but-set-variable]
  874 |                                         gint garbage2 = 0;
      |                                              ^~~~~~~~
src/iagno.p/base-window.c:873:46: warning: variable ‘garbage1’ set but not used [-Wunused-but-set-variable]
  873 |                                         gint garbage1 = 0;
      |                                              ^~~~~~~~
src/iagno.p/base-window.c: In function ‘base_window_create_about_dialog’:
src/iagno.p/base-window.c:1588:56: warning: passing argument 2 of ‘gtk_about_dialog_set_artists’ from incompatible pointer type [-Wincompatible-pointer-types]
 1588 |                 gtk_about_dialog_set_artists (_tmp23_, _tmp24_);
      |                                                        ^~~~~~~
      |                                                        |
      |                                                        gchar ** {aka char **}
In file included from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from src/iagno.p/base-window.c:22:
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h:198:82: note: expected ‘const gchar **’ {aka ‘const char **’} but argument is of type ‘gchar **’ {aka ‘char **’}
  198 |                                                                 const gchar    **artists);
      |                                                                 ~~~~~~~~~~~~~~~~~^~~~~~~
src/iagno.p/base-window.c:1584:22: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 1584 |                 gint _tmp24__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/base-window.c:1599:56: warning: passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type [-Wincompatible-pointer-types]
 1599 |                 gtk_about_dialog_set_authors (_tmp26_, _tmp27_);
      |                                                        ^~~~~~~
      |                                                        |
      |                                                        gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h:188:82: note: expected ‘const gchar **’ {aka ‘const char **’} but argument is of type ‘gchar **’ {aka ‘char **’}
  188 |                                                                 const gchar    **authors);
      |                                                                 ~~~~~~~~~~~~~~~~~^~~~~~~
src/iagno.p/base-window.c:1595:22: warning: variable ‘_tmp27__length1’ set but not used [-Wunused-but-set-variable]
 1595 |                 gint _tmp27__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/base-window.c:1626:60: warning: passing argument 2 of ‘gtk_about_dialog_set_documenters’ from incompatible pointer type [-Wincompatible-pointer-types]
 1626 |                 gtk_about_dialog_set_documenters (_tmp35_, _tmp36_);
      |                                                            ^~~~~~~
      |                                                            |
      |                                                            gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h:193:82: note: expected ‘const gchar **’ {aka ‘const char **’} but argument is of type ‘gchar **’ {aka ‘char **’}
  193 |                                                                 const gchar    **documenters);
      |                                                                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~~
src/iagno.p/base-window.c:1622:22: warning: variable ‘_tmp36__length1’ set but not used [-Wunused-but-set-variable]
 1622 |                 gint _tmp36__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/base-window.c:1527:17: warning: variable ‘_tmp34_’ set but not used [-Wunused-but-set-variable]
 1527 |         gchar** _tmp34_;
      |                 ^~~~~~~
src/iagno.p/base-window.c:1523:17: warning: variable ‘_tmp25_’ set but not used [-Wunused-but-set-variable]
 1523 |         gchar** _tmp25_;
      |                 ^~~~~~~
src/iagno.p/base-window.c:1521:17: warning: variable ‘_tmp22_’ set but not used [-Wunused-but-set-variable]
 1521 |         gchar** _tmp22_;
      |                 ^~~~~~~
src/iagno.p/base-window.c:1490:14: warning: variable ‘_documenters_size_’ set but not used [-Wunused-but-set-variable]
 1490 |         gint _documenters_size_ = 0;
      |              ^~~~~~~~~~~~~~~~~~
src/iagno.p/base-window.c:1487:14: warning: variable ‘_authors_size_’ set but not used [-Wunused-but-set-variable]
 1487 |         gint _authors_size_ = 0;
      |              ^~~~~~~~~~~~~~
src/iagno.p/base-window.c:1484:14: warning: variable ‘_artists_size_’ set but not used [-Wunused-but-set-variable]
 1484 |         gint _artists_size_ = 0;
      |              ^~~~~~~~~~~~~~
src/iagno.p/base-window.c: In function ‘base_window_init_in_window_about’:
src/iagno.p/base-window.c:1732:14: warning: variable ‘_documenters_size_’ set but not used [-Wunused-but-set-variable]
 1732 |         gint _documenters_size_ = 0;
      |              ^~~~~~~~~~~~~~~~~~
src/iagno.p/base-window.c:1729:14: warning: variable ‘_authors_size_’ set but not used [-Wunused-but-set-variable]
 1729 |         gint _authors_size_ = 0;
      |              ^~~~~~~~~~~~~~
src/iagno.p/base-window.c:1726:14: warning: variable ‘_artists_size_’ set but not used [-Wunused-but-set-variable]
 1726 |         gint _artists_size_ = 0;
      |              ^~~~~~~~~~~~~~
src/iagno.p/base-window.c: In function ‘base_window_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/base-window.c:2055:13: note: in expansion of macro ‘g_once_init_enter’
 2055 |         if (g_once_init_enter (&base_window_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[34/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_computer-player.c.o -MF src/iagno.p/meson-generated_computer-player.c.o.d -o src/iagno.p/meson-generated_computer-player.c.o -c src/iagno.p/computer-player.c
src/iagno.p/computer-player.c: In function ‘computer_player_move_finish’:
src/iagno.p/computer-player.c:277:38: warning: variable ‘_data_’ set but not used [-Wunused-but-set-variable]
  277 |         ComputerPlayerMoveAsyncData* _data_;
      |                                      ^~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/computer-player.c:26:
src/iagno.p/computer-player.c: In function ‘computer_player_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-player.c:575:13: note: in expansion of macro ‘g_once_init_enter’
  575 |         if (g_once_init_enter (&computer_player_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-player.c: At top level:
src/iagno.p/computer-player.c:650:1: warning: _vala_clear_GCond’ defined but not used [-Wunused-function]
  650 | _vala_clear_GCond (GCond * mutex)
      | ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-player.c:640:1: warning: _vala_clear_GRWLock’ defined but not used [-Wunused-function]
  640 | _vala_clear_GRWLock (GRWLock * mutex)
      | ^~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-player.c:620:1: warning: _vala_clear_GMutex’ defined but not used [-Wunused-function]
  620 | _vala_clear_GMutex (GMutex * mutex)
      | ^~~~~~~~~~~~~~~~~~
src/iagno.p/computer-player.c:274:1: warning: computer_player_move_finish’ defined but not used [-Wunused-function]
  274 | computer_player_move_finish (ComputerPlayer* self,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[35/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_computer-reversi.c.o -MF src/iagno.p/meson-generated_computer-reversi.c.o.d -o src/iagno.p/meson-generated_computer-reversi.c.o -c src/iagno.p/computer-reversi.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/computer-reversi.c:26:
src/iagno.p/computer-reversi.c: In function ‘possible_move_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:660:13: note: in expansion of macro ‘g_once_init_enter’
  660 |         if (g_once_init_enter (&possible_move_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_easy_real_sort_moves’:
src/iagno.p/computer-reversi.c:697:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  697 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_easy_real_end_of_game’:
src/iagno.p/computer-reversi.c:721:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  721 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_easy_real_calculate_heuristic’:
src/iagno.p/computer-reversi.c:747:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  747 |         ComputerReverseEasy * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_easy_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:788:13: note: in expansion of macro ‘g_once_init_enter’
  788 |         if (g_once_init_enter (&computer_reverse_easy_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_calculate_move_heuristic’:
src/iagno.p/computer-reversi.c:892:14: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
  892 |         gint _tmp28__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:886:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
  886 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_calculate_dir_heuristic’:
src/iagno.p/computer-reversi.c:964:30: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
  964 |                         gint _tmp2__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_real_end_of_game’:
src/iagno.p/computer-reversi.c:989:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  989 |         ComputerReverseHard * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_mainline_penalty’:
src/iagno.p/computer-reversi.c:1159:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 1159 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1180:46: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1180 |                                         gint _tmp9__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1203:30: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1203 |                         gint _tmp15__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1223:22: warning: variable ‘_tmp23__length1’ set but not used [-Wunused-but-set-variable]
 1223 |                 gint _tmp23__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1246:46: warning: variable ‘_tmp27__length1’ set but not used [-Wunused-but-set-variable]
 1246 |                                         gint _tmp27__length1;
      |                                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1271:30: warning: variable ‘_tmp34__length1’ set but not used [-Wunused-but-set-variable]
 1271 |                         gint _tmp34__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1144:14: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1144 |         gint _tmp19__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1139:14: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 1139 |         gint _tmp3__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1136:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 1136 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_init_heuristic’:
src/iagno.p/computer-reversi.c:1318:44: warning: passing argument 1 of ‘_vala_array_dup4’ from incompatible pointer type [-Wincompatible-pointer-types]
 1318 |                 _tmp0_ = _vala_array_dup4 (heuristic_8, G_N_ELEMENTS (heuristic_8) * G_N_ELEMENTS (heuristic_8[0]));
      |                                            ^~~~~~~~~~~
      |                                            |
      |                                            const gint16 (*)[8] {aka const short int (*)[8]}
src/iagno.p/computer-reversi.c:1290:27: note: expected ‘gint16 *’ {aka ‘short int *’} but argument is of type ‘const gint16 (*)[8]’ {aka ‘const short int (*)[8]’}
 1290 | _vala_array_dup4 (gint16* self,
      |                   ~~~~~~~~^~~~
src/iagno.p/computer-reversi.c:1367:62: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1367 |                                                         gint _tmp10__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1364:62: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1364 |                                                         gint _tmp9__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1428:38: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1428 |                                 gint _tmp19__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1424:38: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 1424 |                                 gint _tmp17__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1417:38: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1417 |                                 gint _tmp15__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_create_heuristic’:
src/iagno.p/computer-reversi.c:1539:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 1539 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1613:22: warning: variable ‘_tmp21__length1’ set but not used [-Wunused-but-set-variable]
 1613 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1610:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 1610 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1607:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 1607 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1604:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 1604 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1601:22: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 1601 |                 gint _tmp17__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1598:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 1598 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1595:22: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 1595 |                 gint _tmp15__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1592:22: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 1592 |                 gint _tmp14__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1589:22: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 1589 |                 gint _tmp13__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1586:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 1586 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1583:22: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 1583 |                 gint _tmp11__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1580:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1580 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1507:14: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1507 |         gint _tmp9__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1504:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1504 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1501:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1501 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1498:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 1498 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reverse_hard_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1787:13: note: in expansion of macro ‘g_once_init_enter’
 1787 |         if (g_once_init_enter (&computer_reverse_hard_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_easy_real_sort_moves’:
src/iagno.p/computer-reversi.c:1866:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1866 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_easy_real_end_of_game’:
src/iagno.p/computer-reversi.c:1890:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1890 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_easy_real_calculate_heuristic’:
src/iagno.p/computer-reversi.c:1916:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 1916 |         ComputerReversiEasy * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_easy_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:1957:13: note: in expansion of macro ‘g_once_init_enter’
 1957 |         if (g_once_init_enter (&computer_reversi_easy_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_calculate_move_heuristic’:
src/iagno.p/computer-reversi.c:2061:14: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2061 |         gint _tmp28__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2055:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2055 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_calculate_dir_heuristic’:
src/iagno.p/computer-reversi.c:2133:30: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2133 |                         gint _tmp2__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_real_end_of_game’:
src/iagno.p/computer-reversi.c:2158:31: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 2158 |         ComputerReversiHard * self;
      |                               ^~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_mainline_penalty’:
src/iagno.p/computer-reversi.c:2328:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2328 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2349:46: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2349 |                                         gint _tmp9__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2372:30: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 2372 |                         gint _tmp15__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2396:30: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 2396 |                         gint _tmp22__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2417:54: warning: variable ‘_tmp25__length1’ set but not used [-Wunused-but-set-variable]
 2417 |                                                 gint _tmp25__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2440:38: warning: variable ‘_tmp31__length1’ set but not used [-Wunused-but-set-variable]
 2440 |                                 gint _tmp31__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2387:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2387 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2461:22: warning: variable ‘_tmp39__length1’ set but not used [-Wunused-but-set-variable]
 2461 |                 gint _tmp39__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2484:46: warning: variable ‘_tmp43__length1’ set but not used [-Wunused-but-set-variable]
 2484 |                                         gint _tmp43__length1;
      |                                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2509:30: warning: variable ‘_tmp50__length1’ set but not used [-Wunused-but-set-variable]
 2509 |                         gint _tmp50__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2537:30: warning: variable ‘_tmp59__length1’ set but not used [-Wunused-but-set-variable]
 2537 |                         gint _tmp59__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2560:54: warning: variable ‘_tmp63__length1’ set but not used [-Wunused-but-set-variable]
 2560 |                                                 gint _tmp63__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2585:38: warning: variable ‘_tmp70__length1’ set but not used [-Wunused-but-set-variable]
 2585 |                                 gint _tmp70__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2526:22: warning: variable ‘_tmp55__length1’ set but not used [-Wunused-but-set-variable]
 2526 |                 gint _tmp55__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2313:14: warning: variable ‘_tmp35__length1’ set but not used [-Wunused-but-set-variable]
 2313 |         gint _tmp35__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2308:14: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 2308 |         gint _tmp3__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2305:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 2305 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_init_heuristic’:
src/iagno.p/computer-reversi.c:2629:44: warning: passing argument 1 of ‘_vala_array_dup5’ from incompatible pointer type [-Wincompatible-pointer-types]
 2629 |                 _tmp0_ = _vala_array_dup5 (heuristic_8, G_N_ELEMENTS (heuristic_8) * G_N_ELEMENTS (heuristic_8[0]));
      |                                            ^~~~~~~~~~~
      |                                            |
      |                                            const gint16 (*)[8] {aka const short int (*)[8]}
src/iagno.p/computer-reversi.c:2605:27: note: expected ‘gint16 *’ {aka ‘short int *’} but argument is of type ‘const gint16 (*)[8]’ {aka ‘const short int (*)[8]’}
 2605 | _vala_array_dup5 (gint16* self,
      |                   ~~~~~~~~^~~~
src/iagno.p/computer-reversi.c:2680:38: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2680 |                                 gint _tmp11__length1;
      |                                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2676:38: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2676 |                                 gint _tmp9__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2669:38: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 2669 |                                 gint _tmp7__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_create_heuristic’:
src/iagno.p/computer-reversi.c:2790:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 2790 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2864:22: warning: variable ‘_tmp21__length1’ set but not used [-Wunused-but-set-variable]
 2864 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2861:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 2861 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2858:22: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2858 |                 gint _tmp19__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2855:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2855 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2852:22: warning: variable ‘_tmp17__length1’ set but not used [-Wunused-but-set-variable]
 2852 |                 gint _tmp17__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2849:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 2849 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2846:22: warning: variable ‘_tmp15__length1’ set but not used [-Wunused-but-set-variable]
 2846 |                 gint _tmp15__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2843:22: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2843 |                 gint _tmp14__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2840:22: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 2840 |                 gint _tmp13__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2837:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2837 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2834:22: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2834 |                 gint _tmp11__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2831:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2831 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2758:14: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 2758 |         gint _tmp9__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2755:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2755 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2752:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 2752 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:2749:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2749 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_hard_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:3038:13: note: in expansion of macro ‘g_once_init_enter’
 3038 |         if (g_once_init_enter (&computer_reversi_hard_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: In function ‘computer_reversi_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:3718:13: note: in expansion of macro ‘g_once_init_enter’
 3718 |         if (g_once_init_enter (&computer_reversi_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c: At top level:
src/iagno.p/computer-reversi.c:159:20: warning: computer_reversi_easy_properties’ defined but not used [-Wunused-variable]
  159 | static GParamSpec* computer_reversi_easy_properties[COMPUTER_REVERSI_EASY_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/iagno.p/computer-reversi.c:105:20: warning: computer_reverse_easy_properties’ defined but not used [-Wunused-variable]
  105 | static GParamSpec* computer_reverse_easy_properties[COMPUTER_REVERSE_EASY_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[36/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_game-actionbar.c.o -MF src/iagno.p/meson-generated_game-actionbar.c.o.d -o src/iagno.p/meson-generated_game-actionbar.c.o -c src/iagno.p/game-actionbar.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/game-actionbar.c:24:
src/iagno.p/game-actionbar.c: In function ‘game_action_bar_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game-actionbar.c:487:13: note: in expansion of macro ‘g_once_init_enter’
  487 |         if (g_once_init_enter (&game_action_bar_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game-actionbar.c: In function ‘game_action_bar_place_holder_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game-actionbar.c:688:13: note: in expansion of macro ‘g_once_init_enter’
  688 |         if (g_once_init_enter (&game_action_bar_place_holder_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game-actionbar.c: At top level:
src/iagno.p/game-actionbar.c:104:20: warning: game_action_bar_place_holder_properties’ defined but not used [-Wunused-variable]
  104 | static GParamSpec* game_action_bar_place_holder_properties[GAME_ACTION_BAR_PLACE_HOLDER_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[37/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_game-headerbar.c.o -MF src/iagno.p/meson-generated_game-headerbar.c.o.d -o src/iagno.p/meson-generated_game-headerbar.c.o -c src/iagno.p/game-headerbar.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/game-headerbar.c:24:
src/iagno.p/game-headerbar.c: In function ‘game_header_bar_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game-headerbar.c:838:13: note: in expansion of macro ‘g_once_init_enter’
  838 |         if (g_once_init_enter (&game_header_bar_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[38/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_game-view.c.o -MF src/iagno.p/meson-generated_game-view.c.o.d -o src/iagno.p/meson-generated_game-view.c.o -c src/iagno.p/game-view.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/game-view.c:24:
src/iagno.p/game-view.c: In function ‘game_view_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game-view.c:515:13: note: in expansion of macro ‘g_once_init_enter’
  515 |         if (g_once_init_enter (&game_view_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game-view.c: At top level:
src/iagno.p/game-view.c:94:20: warning: game_view_properties’ defined but not used [-Wunused-variable]
   94 | static GParamSpec* game_view_properties[GAME_VIEW_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~
[39/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_game-window.c.o -MF src/iagno.p/meson-generated_game-window.c.o.d -o src/iagno.p/meson-generated_game-window.c.o -c src/iagno.p/game-window.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/game-window.c:24:
src/iagno.p/game-window.c: In function ‘game_window_flags_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game-window.c:439:13: note: in expansion of macro ‘g_once_init_enter’
  439 |         if (g_once_init_enter (&game_window_flags_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game-window.c: In function ‘game_window_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game-window.c:1004:13: note: in expansion of macro ‘g_once_init_enter’
 1004 |         if (g_once_init_enter (&game_window_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game-window.c: At top level:
src/iagno.p/game-window.c:177:20: warning: game_window_properties’ defined but not used [-Wunused-variable]
  177 | static GParamSpec* game_window_properties[GAME_WINDOW_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~
[40/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_game.c.o -MF src/iagno.p/meson-generated_game.c.o.d -o src/iagno.p/meson-generated_game.c.o -c src/iagno.p/game.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/game.c:26:
src/iagno.p/game.c: In function ‘main_line_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game.c:581:13: note: in expansion of macro ‘g_once_init_enter’
  581 |         if (g_once_init_enter (&main_line_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_to_string’:
src/iagno.p/game.c:624:62: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
  624 |                                                         gint _tmp6__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_init_copy_and_add’:
src/iagno.p/game.c:1161:14: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1161 |         gint _tmp7__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_init_copy_and_add_two’:
src/iagno.p/game.c:1282:22: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1282 |                 gint _tmp10__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:1244:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1244 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_is_current_color’:
src/iagno.p/game.c:1314:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1314 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_is_empty_tile’:
src/iagno.p/game.c:1332:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1332 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_is_unplayable_basic’:
src/iagno.p/game.c:1544:14: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 1544 |         gint _tmp4__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c:1540:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 1540 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c:1536:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1536 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_can_flip_tiles’:
src/iagno.p/game.c:1719:46: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 1719 |                                         gint _tmp2__length1;
      |                                              ^~~~~~~~~~~~~~
src/iagno.p/game.c:1751:22: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 1751 |                 gint _tmp7__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_get_empty_neighbors’:
src/iagno.p/game.c:1774:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1774 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_is_empty’:
src/iagno.p/game.c:1864:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 1864 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_get_mainline’:
src/iagno.p/game.c:1956:54: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 1956 |                                                 gint _tmp4__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:1954:54: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 1954 |                                                 gint _tmp3__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:1992:54: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 1992 |                                                 gint _tmp9__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:1990:54: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 1990 |                                                 gint _tmp8__length1;
      |                                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:2028:54: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2028 |                                                 gint _tmp14__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2026:54: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 2026 |                                                 gint _tmp13__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2064:54: warning: variable ‘_tmp19__length1’ set but not used [-Wunused-but-set-variable]
 2064 |                                                 gint _tmp19__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2062:54: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2062 |                                                 gint _tmp18__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2100:54: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2100 |                                                 gint _tmp24__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2098:54: warning: variable ‘_tmp23__length1’ set but not used [-Wunused-but-set-variable]
 2098 |                                                 gint _tmp23__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2136:54: warning: variable ‘_tmp29__length1’ set but not used [-Wunused-but-set-variable]
 2136 |                                                 gint _tmp29__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2134:54: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2134 |                                                 gint _tmp28__length1;
      |                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c:1935:14: warning: variable ‘_mainline_size_’ set but not used [-Wunused-but-set-variable]
 1935 |         gint _mainline_size_;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_struct_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game.c:2286:13: note: in expansion of macro ‘g_once_init_enter’
 2286 |         if (g_once_init_enter (&game_state_struct_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_object_get_owner’:
src/iagno.p/game.c:2484:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2484 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_state_object_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game.c:2704:13: note: in expansion of macro ‘g_once_init_enter’
 2704 |         if (g_once_init_enter (&game_state_object_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_construct’:
src/iagno.p/game.c:2846:70: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 2846 |                                                                 gint _tmp11__length1;
      |                                                                      ^~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_setup_even_board’:
src/iagno.p/game.c:2945:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2945 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2941:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2941 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:2937:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2937 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c:2933:14: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2933 |         gint _tmp6__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_setup_odd_board’:
src/iagno.p/game.c:3109:14: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 3109 |         gint _tmp22__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3105:14: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 3105 |         gint _tmp20__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3101:14: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 3101 |         gint _tmp18__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3097:14: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 3097 |         gint _tmp16__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3093:14: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 3093 |         gint _tmp14__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3089:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3089 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3085:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 3085 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3081:14: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 3081 |         gint _tmp8__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_construct_from_strings’:
src/iagno.p/game.c:3583:62: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3583 |                                                         gint _tmp11__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_init_neighbor_tiles’:
src/iagno.p/game.c:4027:62: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 4027 |                                                         gint _tmp9__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/game.c:3992:38: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 3992 |                                 gint _tmp6__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:3989:38: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 3989 |                                 gint _tmp5__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:3986:38: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 3986 |                                 gint _tmp4__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:3983:38: warning: variable ‘_tmp3__length1’ set but not used [-Wunused-but-set-variable]
 3983 |                                 gint _tmp3__length1;
      |                                      ^~~~~~~~~~~~~~
src/iagno.p/game.c:3967:14: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 3967 |         gint _tmp13__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3964:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3964 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3961:14: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3961 |         gint _tmp11__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c:3958:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 3958 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘game_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game.c:5238:13: note: in expansion of macro ‘g_once_init_enter’
 5238 |         if (g_once_init_enter (&game_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/game.c: In function ‘opening_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/game.c:5404:13: note: in expansion of macro ‘g_once_init_enter’
 5404 |         if (g_once_init_enter (&opening_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[41/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_history-button.c.o -MF src/iagno.p/meson-generated_history-button.c.o.d -o src/iagno.p/meson-generated_history-button.c.o -c src/iagno.p/history-button.c
src/iagno.p/history-button.c: In function ‘history_button_real_set_window_size’:
src/iagno.p/history-button.c:235:25: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  235 |         HistoryButton * self;
      |                         ^~~~
src/iagno.p/history-button.c: In function ‘history_button_init_pattern’:
src/iagno.p/history-button.c:347:9: warning: rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
  347 |         rsvg_handle_get_dimensions (_tmp5_, &_tmp6_);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/iagno.p/history-button.c:32:
/usr/include/librsvg-2.0/librsvg/rsvg.h:708:6: note: declared here
  708 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/iagno.p/history-button.c:355:9: warning: rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
  355 |         rsvg_handle_render_cairo (_tmp11_, context);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1452:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
   90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/history-button.c:24:
src/iagno.p/history-button.c: In function ‘history_button_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/history-button.c:611:13: note: in expansion of macro ‘g_once_init_enter’
  611 |         if (g_once_init_enter (&history_button_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[42/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_iagno.c.o -MF src/iagno.p/meson-generated_iagno.c.o.d -o src/iagno.p/meson-generated_iagno.c.o -c src/iagno.p/iagno.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/iagno.c:26:
src/iagno.p/iagno.c: In function ‘iagno_sound_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/iagno.c:720:13: note: in expansion of macro ‘g_once_init_enter’
  720 |         if (g_once_init_enter (&iagno_sound_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/iagno.c: In function ‘iagno_sound_context_state_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/iagno.c:741:13: note: in expansion of macro ‘g_once_init_enter’
  741 |         if (g_once_init_enter (&iagno_sound_context_state_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/iagno.c: In function ‘iagno_construct’:
src/iagno.p/iagno.c:822:9: warning: G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations]
  822 |         self = (Iagno*) g_object_new (object_type, "application-id", "org.gnome.Reversi", "flags", G_APPLICATION_FLAGS_NONE, NULL);
      |         ^~~~
In file included from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32:
/usr/include/glib-2.0/gio/gioenums.h:1540:3: note: declared here
 1540 |   G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
src/iagno.p/iagno.c: In function ‘iagno_real_handle_local_options’:
src/iagno.p/iagno.c:852:17: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  852 |         Iagno * self;
      |                 ^~~~
src/iagno.p/iagno.c: In function ‘iagno_real_startup’:
src/iagno.p/iagno.c:1941:87: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 1941 |         gtk_application_set_accels_for_action ((GtkApplication*) self, "ui.new-game", _tmp162_);
      |                                                                                       ^~~~~~~~
      |                                                                                       |
      |                                                                                       gchar ** {aka char **}
In file included from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31:
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
  156 |                                                                   const gchar * const  *accels);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/iagno.p/iagno.c:1948:89: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 1948 |         gtk_application_set_accels_for_action ((GtkApplication*) self, "ui.start-game", _tmp165_);
      |                                                                                         ^~~~~~~~
      |                                                                                         |
      |                                                                                         gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
  156 |                                                                   const gchar * const  *accels);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/iagno.p/iagno.c:1957:84: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 1957 |         gtk_application_set_accels_for_action ((GtkApplication*) self, "app.quit", _tmp169_);
      |                                                                                    ^~~~~~~~
      |                                                                                    |
      |                                                                                    gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
  156 |                                                                   const gchar * const  *accels);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/iagno.p/iagno.c:1964:83: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 1964 |         gtk_application_set_accels_for_action ((GtkApplication*) self, "ui.undo", _tmp172_);
      |                                                                                   ^~~~~~~~
      |                                                                                   |
      |                                                                                   gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
  156 |                                                                   const gchar * const  *accels);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/iagno.p/iagno.c:1971:87: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 1971 |         gtk_application_set_accels_for_action ((GtkApplication*) self, "base.escape", _tmp175_);
      |                                                                                       ^~~~~~~~
      |                                                                                       |
      |                                                                                       gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
  156 |                                                                   const gchar * const  *accels);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/iagno.p/iagno.c:1978:97: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 1978 |         gtk_application_set_accels_for_action ((GtkApplication*) self, "base.toggle-hamburger", _tmp178_);
      |                                                                                                 ^~~~~~~~
      |                                                                                                 |
      |                                                                                                 gchar ** {aka char **}
/usr/include/gtk-3.0/gtk/gtkapplication.h:156:89: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
  156 |                                                                   const gchar * const  *accels);
      |                                                                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
src/iagno.p/iagno.c: In function ‘iagno_real_copy’:
src/iagno.p/iagno.c:3562:17: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 3562 |         Iagno * self;
      |                 ^~~~
src/iagno.p/iagno.c: In function ‘iagno_real_get_about_dialog_infos’:
src/iagno.p/iagno.c:3613:17: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
 3613 |         Iagno * self;
      |                 ^~~~
src/iagno.p/iagno.c: In function ‘iagno_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/iagno.c:3921:13: note: in expansion of macro ‘g_once_init_enter’
 3921 |         if (g_once_init_enter (&iagno_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[43/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_new-game-screen.c.o -MF src/iagno.p/meson-generated_new-game-screen.c.o.d -o src/iagno.p/meson-generated_new-game-screen.c.o -c src/iagno.p/new-game-screen.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/new-game-screen.c:24:
src/iagno.p/new-game-screen.c: In function ‘new_game_screen_menu_button_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/new-game-screen.c:192:13: note: in expansion of macro ‘g_once_init_enter’
  192 |         if (g_once_init_enter (&new_game_screen_menu_button_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/new-game-screen.c: In function ‘new_game_screen_finalize’:
src/iagno.p/new-game-screen.c:580:25: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  580 |         NewGameScreen * self;
      |                         ^~~~
src/iagno.p/new-game-screen.c: In function ‘new_game_screen_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/new-game-screen.c:601:13: note: in expansion of macro ‘g_once_init_enter’
  601 |         if (g_once_init_enter (&new_game_screen_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/new-game-screen.c: At top level:
src/iagno.p/new-game-screen.c:85:20: warning: new_game_screen_properties’ defined but not used [-Wunused-variable]
   85 | static GParamSpec* new_game_screen_properties[NEW_GAME_SCREEN_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
[44/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_night-light-monitor.c.o -MF src/iagno.p/meson-generated_night-light-monitor.c.o.d -o src/iagno.p/meson-generated_night-light-monitor.c.o -c src/iagno.p/night-light-monitor.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/night-light-monitor.c:26:
src/iagno.p/night-light-monitor.c: In function ‘night_light_monitor_night_time_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/night-light-monitor.c:201:13: note: in expansion of macro ‘g_once_init_enter’
  201 |         if (g_once_init_enter (&night_light_monitor_night_time_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/night-light-monitor.c: In function ‘night_light_monitor_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/night-light-monitor.c:755:13: note: in expansion of macro ‘g_once_init_enter’
  755 |         if (g_once_init_enter (&night_light_monitor_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[45/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_notifications-revealer.c.o -MF src/iagno.p/meson-generated_notifications-revealer.c.o.d -o src/iagno.p/meson-generated_notifications-revealer.c.o -c src/iagno.p/notifications-revealer.c
src/iagno.p/notifications-revealer.c: In function ‘notifications_revealer_finalize’:
src/iagno.p/notifications-revealer.c:264:33: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
  264 |         NotificationsRevealer * self;
      |                                 ^~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/notifications-revealer.c:21:
src/iagno.p/notifications-revealer.c: In function ‘notifications_revealer_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/notifications-revealer.c:285:13: note: in expansion of macro ‘g_once_init_enter’
  285 |         if (g_once_init_enter (&notifications_revealer_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/notifications-revealer.c: At top level:
src/iagno.p/notifications-revealer.c:80:20: warning: notifications_revealer_properties’ defined but not used [-Wunused-variable]
   80 | static GParamSpec* notifications_revealer_properties[NOTIFICATIONS_REVEALER_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[46/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_overlayed-list.c.o -MF src/iagno.p/meson-generated_overlayed-list.c.o.d -o src/iagno.p/meson-generated_overlayed-list.c.o -c src/iagno.p/overlayed-list.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/overlayed-list.c:21:
src/iagno.p/overlayed-list.c: In function ‘overlayed_list_selection_state_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c:364:13: note: in expansion of macro ‘g_once_init_enter’
  364 |         if (g_once_init_enter (&overlayed_list_selection_state_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c: In function ‘_overlayed_list_get_selection_state’:
src/iagno.p/overlayed-list.c:1095:41: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
 1095 |                 g_list_foreach (_tmp2_, ____lambda11__gfunc, _data6_);
      |                                         ^~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         void (*)(const void *, void *)
In file included from /usr/include/glib-2.0/glib/ghash.h:36,
                 from /usr/include/glib-2.0/glib.h:52:
/usr/include/glib-2.0/glib/glist.h:139:60: note: expected ‘GFunc’ {aka ‘void (*)(void *, void *)’} but argument is of type ‘void (*)(const void *, void *)’
  139 |                                          GFunc             func,
      |                                          ~~~~~~~~~~~~~~~~~~^~~~
src/iagno.p/overlayed-list.c: In function ‘overlayed_list_constructor’:
src/iagno.p/overlayed-list.c:1438:64: warning: passing argument 3 of ‘gtk_list_box_bind_model’ from incompatible pointer type [-Wincompatible-pointer-types]
 1438 |         gtk_list_box_bind_model (_tmp5_, (GListModel*) _tmp6_, _overlayed_list_create_rows_gtk_list_box_create_widget_func, g_object_ref (self), g_object_unref);
      |                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                |
      |                                                                GtkWidget * (*)(GObject *, void *) {aka struct _GtkWidget * (*)(struct _GObject *, void *)}
In file included from /usr/include/gtk-3.0/gtk/gtk.h:140:
/usr/include/gtk-3.0/gtk/gtklistbox.h:312:89: note: expected ‘GtkListBoxCreateWidgetFunc’ {aka ‘struct _GtkWidget * (*)(void *, void *)’} but argument is of type ‘GtkWidget * (*)(GObject *, void *)’ {aka ‘struct _GtkWidget * (*)(struct _GObject *, void *)’}
  312 |                                                           GtkListBoxCreateWidgetFunc    create_widget_func,
      |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c: In function ‘overlayed_list_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c:1521:13: note: in expansion of macro ‘g_once_init_enter’
 1521 |         if (g_once_init_enter (&overlayed_list_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c: In function ‘overlayed_list_row_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c:1640:13: note: in expansion of macro ‘g_once_init_enter’
 1640 |         if (g_once_init_enter (&overlayed_list_row_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c: At top level:
src/iagno.p/overlayed-list.c:997:1: warning: block6_data_ref’ defined but not used [-Wunused-function]
  997 | block6_data_ref (Block6Data* _data6_)
      | ^~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c:655:1: warning: block4_data_ref’ defined but not used [-Wunused-function]
  655 | block4_data_ref (Block4Data* _data4_)
      | ^~~~~~~~~~~~~~~
src/iagno.p/overlayed-list.c:135:20: warning: overlayed_list_row_properties’ defined but not used [-Wunused-variable]
  135 | static GParamSpec* overlayed_list_row_properties[OVERLAYED_LIST_ROW_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[47/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_player.c.o -MF src/iagno.p/meson-generated_player.c.o.d -o src/iagno.p/meson-generated_player.c.o -c src/iagno.p/player.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/player.c:25:
src/iagno.p/player.c: In function ‘player_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/player.c:156:13: note: in expansion of macro ‘g_once_init_enter’
  156 |         if (g_once_init_enter (&player_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[48/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_registry-placeholder.c.o -MF src/iagno.p/meson-generated_registry-placeholder.c.o.d -o src/iagno.p/meson-generated_registry-placeholder.c.o -c src/iagno.p/registry-placeholder.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/registry-placeholder.c:21:
src/iagno.p/registry-placeholder.c: In function ‘registry_placeholder_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/registry-placeholder.c:264:13: note: in expansion of macro ‘g_once_init_enter’
  264 |         if (g_once_init_enter (&registry_placeholder_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[49/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_reversi-view.c.o -MF src/iagno.p/meson-generated_reversi-view.c.o.d -o src/iagno.p/meson-generated_reversi-view.c.o -c src/iagno.p/reversi-view.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from src/iagno.p/reversi-view.c:26:
src/iagno.p/reversi-view.c: In function ‘reversi_view_direction_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:603:13: note: in expansion of macro ‘g_once_init_enter’
  603 |         if (g_once_init_enter (&reversi_view_direction_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_configure_theme’:
src/iagno.p/reversi-view.c:732:62: warning: variable ‘_tmp26__length1’ set but not used [-Wunused-but-set-variable]
  732 |                                                         gint _tmp26__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:729:62: warning: variable ‘_tmp25__length1’ set but not used [-Wunused-but-set-variable]
  729 |                                                         gint _tmp25__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_configure_overture_origin’:
src/iagno.p/reversi-view.c:780:22: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
  780 |                 gint _tmp12__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:775:22: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
  775 |                 gint _tmp8__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:770:22: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
  770 |                 gint _tmp4__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:765:22: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
  765 |                 gint _tmp0__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:854:22: warning: variable ‘_tmp41__length1’ set but not used [-Wunused-but-set-variable]
  854 |                 gint _tmp41__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:852:22: warning: variable ‘_tmp40__length1’ set but not used [-Wunused-but-set-variable]
  852 |                 gint _tmp40__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:849:22: warning: variable ‘_tmp38__length1’ set but not used [-Wunused-but-set-variable]
  849 |                 gint _tmp38__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:847:22: warning: variable ‘_tmp37__length1’ set but not used [-Wunused-but-set-variable]
  847 |                 gint _tmp37__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:844:22: warning: variable ‘_tmp35__length1’ set but not used [-Wunused-but-set-variable]
  844 |                 gint _tmp35__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:842:22: warning: variable ‘_tmp34__length1’ set but not used [-Wunused-but-set-variable]
  842 |                 gint _tmp34__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:837:22: warning: variable ‘_tmp30__length1’ set but not used [-Wunused-but-set-variable]
  837 |                 gint _tmp30__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:832:22: warning: variable ‘_tmp26__length1’ set but not used [-Wunused-but-set-variable]
  832 |                 gint _tmp26__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:827:22: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
  827 |                 gint _tmp22__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_init_patterns’:
src/iagno.p/reversi-view.c:1039:9: warning: rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations]
 1039 |         rsvg_handle_get_dimensions (_tmp6_, &_tmp7_);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/iagno.p/reversi-view.c:33:
/usr/include/librsvg-2.0/librsvg/rsvg.h:708:6: note: declared here
  708 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:1049:9: warning: rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
 1049 |         rsvg_handle_render_cairo (_tmp13_, _tmp14_);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1452:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
   90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_draw_tiles_background’:
src/iagno.p/reversi-view.c:1287:62: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 1287 |                                                         gint _tmp12__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:1283:62: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 1283 |                                                         gint _tmp10__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_add_highlights’:
src/iagno.p/reversi-view.c:1888:30: warning: variable ‘move’ set but not used [-Wunused-but-set-variable]
 1888 |                 PossibleMove move = {0};
      |                              ^~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_add_highlight’:
src/iagno.p/reversi-view.c:2003:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 2003 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_draw_playables’:
src/iagno.p/reversi-view.c:2057:62: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2057 |                                                         gint _tmp8__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2053:62: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2053 |                                                         gint _tmp6__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2049:62: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 2049 |                                                         gint _tmp4__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_draw_overture_playables’:
src/iagno.p/reversi-view.c:2171:22: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2171 |                 gint _tmp8__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2167:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2167 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2163:22: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 2163 |                 gint _tmp4__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_draw_overture_indicator’:
src/iagno.p/reversi-view.c:2207:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2207 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_draw_overture_playable’:
src/iagno.p/reversi-view.c:2269:22: warning: variable ‘_tmp8__length1’ set but not used [-Wunused-but-set-variable]
 2269 |                 gint _tmp8__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2265:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 2265 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2261:22: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 2261 |                 gint _tmp4__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2318:22: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2318 |                 gint _tmp24__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2315:22: warning: variable ‘_tmp22__length1’ set but not used [-Wunused-but-set-variable]
 2315 |                 gint _tmp22__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2311:22: warning: variable ‘_tmp20__length1’ set but not used [-Wunused-but-set-variable]
 2311 |                 gint _tmp20__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2308:22: warning: variable ‘_tmp18__length1’ set but not used [-Wunused-but-set-variable]
 2308 |                 gint _tmp18__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2304:22: warning: variable ‘_tmp16__length1’ set but not used [-Wunused-but-set-variable]
 2304 |                 gint _tmp16__length1;
      |                      ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2248:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2248 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2244:14: warning: variable ‘_tmp10__length1’ set but not used [-Wunused-but-set-variable]
 2244 |         gint _tmp10__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2240:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 2240 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_get_x_and_y’:
src/iagno.p/reversi-view.c:2389:22: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 2389 |                 gint _tmp0__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2426:22: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2426 |                 gint _tmp2__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_highlight_tile’:
src/iagno.p/reversi-view.c:2544:14: warning: variable ‘_tmp26__length1’ set but not used [-Wunused-but-set-variable]
 2544 |         gint _tmp26__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2540:14: warning: variable ‘_tmp24__length1’ set but not used [-Wunused-but-set-variable]
 2540 |         gint _tmp24__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_darken_tile’:
src/iagno.p/reversi-view.c:2644:14: warning: variable ‘_tmp14__length1’ set but not used [-Wunused-but-set-variable]
 2644 |         gint _tmp14__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2640:14: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 2640 |         gint _tmp12__length1;
      |              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_queue_draw_tile’:
src/iagno.p/reversi-view.c:2691:14: warning: variable ‘_tmp2__length1’ set but not used [-Wunused-but-set-variable]
 2691 |         gint _tmp2__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:2687:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 2687 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_turn_ended_cb’:
src/iagno.p/reversi-view.c:2911:30: warning: variable ‘_tmp28__length1’ set but not used [-Wunused-but-set-variable]
 2911 |                         gint _tmp28__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3028:30: warning: variable ‘_tmp88__length1’ set but not used [-Wunused-but-set-variable]
 3028 |                         gint _tmp88__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3025:30: warning: variable ‘_tmp86__length1’ set but not used [-Wunused-but-set-variable]
 3025 |                         gint _tmp86__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘____lambda17_’:
src/iagno.p/reversi-view.c:3392:62: warning: variable ‘_tmp12__length1’ set but not used [-Wunused-but-set-variable]
 3392 |                                                         gint _tmp12__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3386:62: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 3386 |                                                         gint _tmp4__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_set_square’:
src/iagno.p/reversi-view.c:3484:22: warning: variable ‘_tmp1__length1’ set but not used [-Wunused-but-set-variable]
 3484 |                 gint _tmp1__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3504:22: warning: variable ‘_tmp4__length1’ set but not used [-Wunused-but-set-variable]
 3504 |                 gint _tmp4__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3515:22: warning: variable ‘_tmp6__length1’ set but not used [-Wunused-but-set-variable]
 3515 |                 gint _tmp6__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3532:30: warning: variable ‘_tmp9__length1’ set but not used [-Wunused-but-set-variable]
 3532 |                         gint _tmp9__length1;
      |                              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3542:30: warning: variable ‘_tmp11__length1’ set but not used [-Wunused-but-set-variable]
 3542 |                         gint _tmp11__length1;
      |                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:3523:22: warning: variable ‘_tmp7__length1’ set but not used [-Wunused-but-set-variable]
 3523 |                 gint _tmp7__length1;
      |                      ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘_reversi_view_on_motion’:
src/iagno.p/reversi-view.c:4058:22: warning: variable ‘move’ set but not used [-Wunused-but-set-variable]
 4058 |         PossibleMove move = {0};
      |                      ^~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_init_possible_moves’:
src/iagno.p/reversi-view.c:5484:62: warning: variable ‘_tmp5__length1’ set but not used [-Wunused-but-set-variable]
 5484 |                                                         gint _tmp5__length1;
      |                                                              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘__lambda18_’:
src/iagno.p/reversi-view.c:5575:14: warning: variable ‘_tmp0__length1’ set but not used [-Wunused-but-set-variable]
 5575 |         gint _tmp0__length1;
      |              ^~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_highlight_playable_tiles’:
src/iagno.p/reversi-view.c:5619:34: warning: passing argument 2 of ‘g_slist_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
 5619 |         g_slist_foreach (_tmp4_, ___lambda18__gfunc, self);
      |                                  ^~~~~~~~~~~~~~~~~~
      |                                  |
      |                                  void (*)(const void *, void *)
In file included from /usr/include/glib-2.0/glib/gmain.h:28,
                 from /usr/include/glib-2.0/glib/giochannel.h:35,
                 from /usr/include/glib-2.0/glib.h:56:
/usr/include/glib-2.0/glib/gslist.h:128:61: note: expected ‘GFunc’ {aka ‘void (*)(void *, void *)’} but argument is of type ‘void (*)(const void *, void *)’
  128 |                                           GFunc             func,
      |                                           ~~~~~~~~~~~~~~~~~~^~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_set_game’:
src/iagno.p/reversi-view.c:5773:62: warning: variable ‘_tmp13__length1’ set but not used [-Wunused-but-set-variable]
 5773 |                                                         gint _tmp13__length1;
      |                                                              ^~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c: In function ‘reversi_view_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/reversi-view.c:6123:13: note: in expansion of macro ‘g_once_init_enter’
 6123 |         if (g_once_init_enter (&reversi_view_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[50/162] x86_64-pc-linux-gnu-gcc -Isrc/iagno.p -Isrc -I../iagno-3.38.1/src -Idata -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-4 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch '-DGETTEXT_PACKAGE="iagno"' -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -pthread -D_REENTRANT -include config.h -MD -MQ src/iagno.p/meson-generated_theme-manager.c.o -MF src/iagno.p/meson-generated_theme-manager.c.o.d -o src/iagno.p/meson-generated_theme-manager.c.o -c src/iagno.p/theme-manager.c
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from src/iagno.p/theme-manager.c:24:
src/iagno.p/theme-manager.c: In function ‘theme_manager_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:262:7: note: in expansion of macro ‘g_atomic_pointer_get’
  262 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
src/iagno.p/theme-manager.c:1545:13: note: in expansion of macro ‘g_once_init_enter’
 1545 |         if (g_once_init_enter (&theme_manager_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[51/162] /usr/lib/python-exec/python3.12/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../iagno-3.38.1/data/org.gnome.Reversi.desktop.in data/org.gnome.Reversi.desktop desktop /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/po
[52/162] /usr/lib/python-exec/python3.12/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../iagno-3.38.1/data/org.gnome.Reversi.appdata.xml.in data/org.gnome.Reversi.appdata.xml xml /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/po
[53/162] /usr/lib/python-exec/python3.12/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../iagno-3.38.1/data/themes/adwaita.theme.desktop.in data/themes/adwaita.theme desktop /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/po
[54/162] /usr/lib/python-exec/python3.12/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../iagno-3.38.1/data/themes/classic.theme.desktop.in data/themes/classic.theme desktop /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/po
[55/162] /usr/lib/python-exec/python3.12/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../iagno-3.38.1/data/themes/high_contrast.theme.desktop.in data/themes/high_contrast.theme desktop /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/po
[56/162] /usr/lib/python-exec/python3.12/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt ../iagno-3.38.1/data/themes/sun_and_star.theme.desktop.in data/themes/sun_and_star.theme desktop /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/po
[57/162] /usr/bin/msgfmt -o po/af/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/af.po
[58/162] /usr/bin/msgfmt -o po/am/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/am.po
[59/162] /usr/bin/msgfmt -o po/an/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/an.po
[60/162] /usr/bin/msgfmt -o po/ar/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ar.po
[61/162] /usr/bin/msgfmt -o po/as/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/as.po
[62/162] /usr/bin/msgfmt -o po/ast/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ast.po
[63/162] /usr/bin/msgfmt -o po/az/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/az.po
[64/162] /usr/bin/msgfmt -o po/be/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/be.po
[65/162] /usr/bin/msgfmt -o po/bg/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/bg.po
[66/162] /usr/bin/msgfmt -o po/bn/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/bn.po
[67/162] /usr/bin/msgfmt -o po/bn_IN/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/bn_IN.po
[68/162] /usr/bin/msgfmt -o po/br/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/br.po
[69/162] /usr/bin/msgfmt -o po/bs/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/bs.po
[70/162] /usr/bin/msgfmt -o po/ca/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ca.po
[71/162] /usr/bin/msgfmt -o po/ca@valencia/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ca@valencia.po
[72/162] /usr/bin/msgfmt -o po/cs/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/cs.po
[73/162] /usr/bin/msgfmt -o po/cy/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/cy.po
[74/162] /usr/bin/msgfmt -o po/da/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/da.po
[75/162] /usr/bin/msgfmt -o po/de/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/de.po
[76/162] /usr/bin/msgfmt -o po/dz/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/dz.po
[77/162] /usr/bin/msgfmt -o po/el/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/el.po
[78/162] /usr/bin/msgfmt -o po/en_CA/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/en_CA.po
[79/162] /usr/bin/msgfmt -o po/en_GB/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/en_GB.po
[80/162] /usr/bin/msgfmt -o po/en@shaw/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/en@shaw.po
[81/162] /usr/bin/msgfmt -o po/eo/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/eo.po
[82/162] /usr/bin/msgfmt -o po/es/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/es.po
[83/162] /usr/bin/msgfmt -o po/et/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/et.po
[84/162] /usr/bin/msgfmt -o po/eu/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/eu.po
[85/162] /usr/bin/msgfmt -o po/fa/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/fa.po
[86/162] /usr/bin/msgfmt -o po/fi/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/fi.po
[87/162] /usr/bin/msgfmt -o po/fr/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/fr.po
[88/162] /usr/bin/msgfmt -o po/fur/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/fur.po
[89/162] /usr/bin/msgfmt -o po/ga/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ga.po
[90/162] /usr/bin/msgfmt -o po/gl/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/gl.po
[91/162] /usr/bin/msgfmt -o po/gu/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/gu.po
[92/162] /usr/bin/msgfmt -o po/he/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/he.po
[93/162] /usr/bin/msgfmt -o po/hi/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/hi.po
[94/162] /usr/bin/msgfmt -o po/hr/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/hr.po
[95/162] /usr/bin/msgfmt -o po/hu/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/hu.po
[96/162] /usr/bin/msgfmt -o po/id/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/id.po
[97/162] /usr/bin/msgfmt -o po/is/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/is.po
[98/162] /usr/bin/msgfmt -o po/it/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/it.po
[99/162] /usr/bin/msgfmt -o po/ja/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ja.po
[100/162] /usr/bin/msgfmt -o po/ka/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ka.po
[101/162] /usr/bin/msgfmt -o po/kk/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/kk.po
[102/162] /usr/bin/msgfmt -o po/km/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/km.po
[103/162] /usr/bin/msgfmt -o po/kn/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/kn.po
[104/162] /usr/bin/msgfmt -o po/ko/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ko.po
[105/162] /usr/bin/msgfmt -o po/ku/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ku.po
[106/162] /usr/bin/msgfmt -o po/ky/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ky.po
[107/162] /usr/bin/msgfmt -o po/lt/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/lt.po
[108/162] /usr/bin/msgfmt -o po/lv/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/lv.po
[109/162] /usr/bin/msgfmt -o po/mai/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/mai.po
[110/162] /usr/bin/msgfmt -o po/mk/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/mk.po
[111/162] /usr/bin/msgfmt -o po/ml/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ml.po
[112/162] /usr/bin/msgfmt -o po/mn/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/mn.po
[113/162] /usr/bin/msgfmt -o po/mr/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/mr.po
[114/162] /usr/bin/msgfmt -o po/ms/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ms.po
[115/162] /usr/bin/msgfmt -o po/nb/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/nb.po
[116/162] /usr/bin/msgfmt -o po/ne/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ne.po
[117/162] /usr/bin/msgfmt -o po/nl/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/nl.po
[118/162] /usr/bin/msgfmt -o po/nn/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/nn.po
[119/162] /usr/bin/msgfmt -o po/oc/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/oc.po
[120/162] /usr/bin/msgfmt -o po/or/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/or.po
[121/162] /usr/bin/msgfmt -o po/pa/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/pa.po
[122/162] /usr/bin/msgfmt -o po/pl/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/pl.po
[123/162] /usr/bin/msgfmt -o po/pt/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/pt.po
[124/162] /usr/bin/msgfmt -o po/pt_BR/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/pt_BR.po
[125/162] /usr/bin/msgfmt -o po/ro/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ro.po
[126/162] /usr/bin/msgfmt -o po/ru/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ru.po
[127/162] /usr/bin/msgfmt -o po/rw/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/rw.po
[128/162] /usr/bin/msgfmt -o po/si/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/si.po
[129/162] /usr/bin/msgfmt -o po/sk/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/sk.po
[130/162] /usr/bin/msgfmt -o po/sl/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/sl.po
[131/162] /usr/bin/msgfmt -o po/sq/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/sq.po
[132/162] /usr/bin/msgfmt -o po/sr/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/sr.po
[133/162] /usr/bin/msgfmt -o po/sr@latin/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/sr@latin.po
[134/162] /usr/bin/msgfmt -o po/sv/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/sv.po
[135/162] /usr/bin/msgfmt -o po/ta/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ta.po
[136/162] /usr/bin/msgfmt -o po/te/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/te.po
[137/162] /usr/bin/msgfmt -o po/tg/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/tg.po
[138/162] /usr/bin/msgfmt -o po/th/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/th.po
[139/162] /usr/bin/msgfmt -o po/tr/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/tr.po
[140/162] /usr/bin/msgfmt -o po/ug/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/ug.po
[141/162] /usr/bin/msgfmt -o po/uk/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/uk.po
[142/162] /usr/bin/msgfmt -o po/vi/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/vi.po
[143/162] /usr/bin/msgfmt -o po/wa/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/wa.po
[144/162] /usr/bin/msgfmt -o po/xh/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/xh.po
[145/162] /usr/bin/msgfmt -o po/zh_CN/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/zh_CN.po
[146/162] /usr/bin/msgfmt -o po/zh_HK/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/zh_HK.po
[147/162] /usr/bin/msgfmt -o po/zh_TW/LC_MESSAGES/iagno.mo ../iagno-3.38.1/po/zh_TW.po
[148/162] /usr/bin/itstool -m help/ca/iagno-ca.gmo --lang ca -o help/ca ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[149/162] /usr/bin/itstool -m help/cs/iagno-cs.gmo --lang cs -o help/cs ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[150/162] /usr/bin/itstool -m help/de/iagno-de.gmo --lang de -o help/de ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[151/162] /usr/bin/itstool -m help/el/iagno-el.gmo --lang el -o help/el ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[152/162] /usr/bin/itstool -m help/es/iagno-es.gmo --lang es -o help/es ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[153/162] /usr/bin/itstool -m help/fr/iagno-fr.gmo --lang fr -o help/fr ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[154/162] /usr/bin/itstool -m help/gl/iagno-gl.gmo --lang gl -o help/gl ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[155/162] /usr/bin/itstool -m help/hu/iagno-hu.gmo --lang hu -o help/hu ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[156/162] /usr/bin/itstool -m help/pl/iagno-pl.gmo --lang pl -o help/pl ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[157/162] /usr/bin/itstool -m help/pt_BR/iagno-pt_BR.gmo --lang pt_BR -o help/pt_BR ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[158/162] /usr/bin/itstool -m help/sv/iagno-sv.gmo --lang sv -o help/sv ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[159/162] /usr/bin/itstool -m help/uk/iagno-uk.gmo --lang uk -o help/uk ../iagno-3.38.1/help/C/2player.page ../iagno-3.38.1/help/C/ai-game.page ../iagno-3.38.1/help/C/ai-level.page ../iagno-3.38.1/help/C/alternate.page ../iagno-3.38.1/help/C/bug-filing.page ../iagno-3.38.1/help/C/configure.page ../iagno-3.38.1/help/C/develop.page ../iagno-3.38.1/help/C/documentation.page ../iagno-3.38.1/help/C/example.page ../iagno-3.38.1/help/C/highlights.page ../iagno-3.38.1/help/C/index.page ../iagno-3.38.1/help/C/legal.xml ../iagno-3.38.1/help/C/license.page ../iagno-3.38.1/help/C/play.page ../iagno-3.38.1/help/C/rules.page ../iagno-3.38.1/help/C/select-game.page ../iagno-3.38.1/help/C/shortcuts.page ../iagno-3.38.1/help/C/sound.page ../iagno-3.38.1/help/C/start-position.page ../iagno-3.38.1/help/C/strategy.page ../iagno-3.38.1/help/C/theme.page ../iagno-3.38.1/help/C/translate.page
[160/162] x86_64-pc-linux-gnu-gcc  -o src/iagno-perfs-tests-generator src/iagno-perfs-tests-generator.p/meson-generated_perfs-tests-generator.c.o src/iagno-perfs-tests-generator.p/meson-generated_computer-player.c.o src/iagno-perfs-tests-generator.p/meson-generated_computer-reversi.c.o src/iagno-perfs-tests-generator.p/meson-generated_game.c.o src/iagno-perfs-tests-generator.p/meson-generated_player.c.o -Wl,--as-needed -Wl,--no-undefined -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--start-group /usr/lib64/libgio-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so -Wl,--end-group
[161/162] x86_64-pc-linux-gnu-gcc  -o src/iagno-tests src/iagno-tests.p/meson-generated_test-iagno.c.o src/iagno-tests.p/meson-generated_computer-player.c.o src/iagno-tests.p/meson-generated_computer-reversi.c.o src/iagno-tests.p/meson-generated_game.c.o src/iagno-tests.p/meson-generated_player.c.o -Wl,--as-needed -Wl,--no-undefined -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--start-group /usr/lib64/libgio-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so -Wl,--end-group
[162/162] x86_64-pc-linux-gnu-gcc  -o src/iagno src/iagno.p/meson-generated_.._.._data_resources.c.o src/iagno.p/meson-generated_about-list.c.o src/iagno.p/meson-generated_adaptative-window.c.o src/iagno.p/meson-generated_base-headerbar.c.o src/iagno.p/meson-generated_base-view.c.o src/iagno.p/meson-generated_base-window.c.o src/iagno.p/meson-generated_computer-player.c.o src/iagno.p/meson-generated_computer-reversi.c.o src/iagno.p/meson-generated_game-actionbar.c.o src/iagno.p/meson-generated_game-headerbar.c.o src/iagno.p/meson-generated_game-view.c.o src/iagno.p/meson-generated_game-window.c.o src/iagno.p/meson-generated_game.c.o src/iagno.p/meson-generated_history-button.c.o src/iagno.p/meson-generated_iagno.c.o src/iagno.p/meson-generated_new-game-screen.c.o src/iagno.p/meson-generated_night-light-monitor.c.o src/iagno.p/meson-generated_notifications-revealer.c.o src/iagno.p/meson-generated_overlayed-list.c.o src/iagno.p/meson-generated_player.c.o src/iagno.p/meson-generated_registry-placeholder.c.o src/iagno.p/meson-generated_reversi-view.c.o src/iagno.p/meson-generated_theme-manager.c.o -Wl,--as-needed -Wl,--no-undefined -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wno-incompatible-pointer-types -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--start-group /usr/lib64/libgio-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so /usr/lib64/libgsound.so /usr/lib64/libgtk-3.so /usr/lib64/libgdk-3.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libharfbuzz.so /usr/lib64/libatk-1.0.so /usr/lib64/libcairo-gobject.so /usr/lib64/libcairo.so /usr/lib64/libgdk_pixbuf-2.0.so -lm /usr/lib64/librsvg-2.so -Wl,--end-group
>>> Source compiled.
>>> Test phase [not enabled]: games-board/iagno-3.38.1-r1

>>> Install games-board/iagno-3.38.1-r1 into /var/tmp/portage/games-board/iagno-3.38.1-r1/image
meson install --destdir /var/tmp/portage/games-board/iagno-3.38.1-r1/image --no-rebuild
Installing data/org.gnome.Reversi.desktop to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/applications
Installing data/org.gnome.Reversi.appdata.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/metainfo
Installing data/themes/adwaita.theme to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/key
Installing data/themes/classic.theme to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/key
Installing data/themes/high_contrast.theme to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/key
Installing data/themes/sun_and_star.theme to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/key
Installing po/af/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/af/LC_MESSAGES
Installing po/am/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/am/LC_MESSAGES
Installing po/an/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/an/LC_MESSAGES
Installing po/ar/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ar/LC_MESSAGES
Installing po/as/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/as/LC_MESSAGES
Installing po/ast/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ast/LC_MESSAGES
Installing po/az/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/az/LC_MESSAGES
Installing po/be/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/be/LC_MESSAGES
Installing po/bg/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/bg/LC_MESSAGES
Installing po/bn/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/bn/LC_MESSAGES
Installing po/bn_IN/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/bn_IN/LC_MESSAGES
Installing po/br/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/br/LC_MESSAGES
Installing po/bs/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/bs/LC_MESSAGES
Installing po/ca/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ca/LC_MESSAGES
Installing po/ca@valencia/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ca@valencia/LC_MESSAGES
Installing po/cs/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/cs/LC_MESSAGES
Installing po/cy/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/cy/LC_MESSAGES
Installing po/da/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/da/LC_MESSAGES
Installing po/de/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/de/LC_MESSAGES
Installing po/dz/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/dz/LC_MESSAGES
Installing po/el/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/el/LC_MESSAGES
Installing po/en_CA/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/en_CA/LC_MESSAGES
Installing po/en_GB/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/en_GB/LC_MESSAGES
Installing po/en@shaw/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/en@shaw/LC_MESSAGES
Installing po/eo/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/eo/LC_MESSAGES
Installing po/es/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/es/LC_MESSAGES
Installing po/et/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/et/LC_MESSAGES
Installing po/eu/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/eu/LC_MESSAGES
Installing po/fa/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/fa/LC_MESSAGES
Installing po/fi/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/fi/LC_MESSAGES
Installing po/fr/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/fr/LC_MESSAGES
Installing po/fur/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/fur/LC_MESSAGES
Installing po/ga/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ga/LC_MESSAGES
Installing po/gl/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/gl/LC_MESSAGES
Installing po/gu/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/gu/LC_MESSAGES
Installing po/he/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/he/LC_MESSAGES
Installing po/hi/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/hi/LC_MESSAGES
Installing po/hr/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/hr/LC_MESSAGES
Installing po/hu/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/hu/LC_MESSAGES
Installing po/id/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/id/LC_MESSAGES
Installing po/is/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/is/LC_MESSAGES
Installing po/it/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/it/LC_MESSAGES
Installing po/ja/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ja/LC_MESSAGES
Installing po/ka/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ka/LC_MESSAGES
Installing po/kk/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/kk/LC_MESSAGES
Installing po/km/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/km/LC_MESSAGES
Installing po/kn/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/kn/LC_MESSAGES
Installing po/ko/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ko/LC_MESSAGES
Installing po/ku/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ku/LC_MESSAGES
Installing po/ky/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ky/LC_MESSAGES
Installing po/lt/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/lt/LC_MESSAGES
Installing po/lv/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/lv/LC_MESSAGES
Installing po/mai/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/mai/LC_MESSAGES
Installing po/mk/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/mk/LC_MESSAGES
Installing po/ml/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ml/LC_MESSAGES
Installing po/mn/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/mn/LC_MESSAGES
Installing po/mr/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/mr/LC_MESSAGES
Installing po/ms/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ms/LC_MESSAGES
Installing po/nb/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/nb/LC_MESSAGES
Installing po/ne/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ne/LC_MESSAGES
Installing po/nl/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/nl/LC_MESSAGES
Installing po/nn/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/nn/LC_MESSAGES
Installing po/oc/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/oc/LC_MESSAGES
Installing po/or/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/or/LC_MESSAGES
Installing po/pa/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/pa/LC_MESSAGES
Installing po/pl/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/pl/LC_MESSAGES
Installing po/pt/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/pt/LC_MESSAGES
Installing po/pt_BR/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/pt_BR/LC_MESSAGES
Installing po/ro/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ro/LC_MESSAGES
Installing po/ru/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ru/LC_MESSAGES
Installing po/rw/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/rw/LC_MESSAGES
Installing po/si/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/si/LC_MESSAGES
Installing po/sk/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/sk/LC_MESSAGES
Installing po/sl/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/sl/LC_MESSAGES
Installing po/sq/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/sq/LC_MESSAGES
Installing po/sr/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/sr/LC_MESSAGES
Installing po/sr@latin/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/sr@latin/LC_MESSAGES
Installing po/sv/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/sv/LC_MESSAGES
Installing po/ta/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ta/LC_MESSAGES
Installing po/te/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/te/LC_MESSAGES
Installing po/tg/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/tg/LC_MESSAGES
Installing po/th/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/th/LC_MESSAGES
Installing po/tr/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/tr/LC_MESSAGES
Installing po/ug/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/ug/LC_MESSAGES
Installing po/uk/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/uk/LC_MESSAGES
Installing po/vi/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/vi/LC_MESSAGES
Installing po/wa/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/wa/LC_MESSAGES
Installing po/xh/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/xh/LC_MESSAGES
Installing po/zh_CN/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/zh_CN/LC_MESSAGES
Installing po/zh_HK/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/zh_HK/LC_MESSAGES
Installing po/zh_TW/LC_MESSAGES/iagno.mo to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/locale/zh_TW/LC_MESSAGES
Installing help/ca/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/ca/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno
Installing help/cs/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/cs/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno
Installing help/de/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/de/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno
Installing help/el/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/el/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno
Installing help/es/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/es/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno
Installing help/fr/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/fr/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno
Installing help/gl/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/gl/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno
Installing help/hu/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/hu/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno
Installing help/pl/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pl/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno
Installing help/pt_BR/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/pt_BR/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno
Installing help/sv/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/sv/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno
Installing help/uk/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing help/uk/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno
Installing src/iagno to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/bin
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/iagno.6 to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/man/man6
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/icons/hicolor/scalable/org.gnome.Reversi.svg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/icons/hicolor/scalable/apps
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/icons/hicolor/symbolic/org.gnome.Reversi-symbolic.svg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/icons/hicolor/symbolic/apps
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/org.gnome.Reversi.gschema.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/glib-2.0/schemas
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1-build/data/org.gnome.Reversi.service to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/dbus-1/services
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/sounds/flip-piece.ogg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/sounds
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/sounds/gameover.ogg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/sounds
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/black_and_white.svg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/svg
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/high_contrast.svg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/svg
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/data/sun_and_star.svg to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/iagno/themes/svg
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/2player.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/ai-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/ai-level.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/alternate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/bug-filing.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/configure.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/develop.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/documentation.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/example.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/highlights.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/index.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/legal.xml to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/license.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/play.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/rules.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/select-game.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/shortcuts.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/sound.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/start-position.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/strategy.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/theme.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/translate.page to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/help/C/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/C/iagno/figures
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/ca/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/cs/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/de/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/el/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/es/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/fr/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/gl/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/hu/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pl/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/pt_BR/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/sv/iagno/figures/usual-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/alternative-start.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/alternative-start-1.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/alternative-start-2.png
Installing symlink pointing to ../../../C/iagno/figures/alternative-start-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/alternative-start-3.png
Installing symlink pointing to ../../../C/iagno/figures/logo32.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/logo32.png
Installing symlink pointing to ../../../C/iagno/figures/logo.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/logo.png
Installing symlink pointing to ../../../C/iagno/figures/move-1.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/move-1.png
Installing symlink pointing to ../../../C/iagno/figures/move-2.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/move-2.png
Installing symlink pointing to ../../../C/iagno/figures/move-3.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/move-3.png
Installing symlink pointing to ../../../C/iagno/figures/move-4.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/move-4.png
Installing symlink pointing to ../../../C/iagno/figures/symmetric-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/symmetric-start.png
Installing symlink pointing to ../../../C/iagno/figures/usual-start.png to /var/tmp/portage/games-board/iagno-3.38.1-r1/image/usr/share/help/uk/iagno/figures/usual-start.png
Running custom install script '/usr/bin/python3.12 /var/tmp/portage/games-board/iagno-3.38.1-r1/work/iagno-3.38.1/build-aux/meson_post_install.py /usr/share/icons/hicolor /usr/share/glib-2.0/schemas /usr/share/applications'
>>> Completed installing games-board/iagno-3.38.1-r1 into /var/tmp/portage/games-board/iagno-3.38.1-r1/image

 * Final size of build directory: 81628 KiB (79.7 MiB)
 * Final size of installed tree:  14368 KiB (14.0 MiB)


 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * src/iagno-perfs-tests-generator.p/computer-reversi.c:1318:44: warning: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno-perfs-tests-generator.p/computer-reversi.c:2629:44: warning: passing argument 1 of ‘_vala_array_dup3’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno-tests.p/computer-reversi.c:1318:44: warning: passing argument 1 of ‘_vala_array_dup2’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno-tests.p/computer-reversi.c:2629:44: warning: passing argument 1 of ‘_vala_array_dup3’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/adaptative-window.c:1072:33: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/base-window.c:1588:56: warning: passing argument 2 of ‘gtk_about_dialog_set_artists’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/base-window.c:1599:56: warning: passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/base-window.c:1626:60: warning: passing argument 2 of ‘gtk_about_dialog_set_documenters’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/computer-reversi.c:1318:44: warning: passing argument 1 of ‘_vala_array_dup4’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/computer-reversi.c:2629:44: warning: passing argument 1 of ‘_vala_array_dup5’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/iagno.c:1941:87: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/iagno.c:1948:89: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/iagno.c:1957:84: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/iagno.c:1964:83: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/iagno.c:1971:87: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/iagno.c:1978:97: warning: passing argument 3 of ‘gtk_application_set_accels_for_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/overlayed-list.c:1095:41: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/overlayed-list.c:1438:64: warning: passing argument 3 of ‘gtk_list_box_bind_model’ from incompatible pointer type [-Wincompatible-pointer-types]
 * src/iagno.p/reversi-view.c:5619:34: warning: passing argument 2 of ‘g_slist_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]

 * Please do not file a Gentoo bug and instead report the above QA
 * issues directly to the upstream developers of this software.
 * Homepage: https://wiki.gnome.org/Apps/Reversi
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/bin/iagno
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]