Snippets for sgt-puzzles 20260720 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/7whrhjah31dfw9wnfga8bvcfz8k6n67k-sgt-puzzles-20260720.3c36322.drv.
-
/build/puzzles-20260720.3c36322/gtk.c:3701:13: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 3701 | ((const gchar **)xpm_icons[0]); | ^ -
/build/puzzles-20260720.3c36322/gtk.c:4272:29: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 4272 | ((const gchar **)xpm_icons[n_xpm_icons-1])); | ^ -
/build/puzzles-20260720.3c36322/gtk.c:4278:31: warning: 'gdk_pixbuf_new_from_xpm_data' is deprecated [-Wdeprecated-declarations] 4278 | gdk_pixbuf_new_from_xpm_data((const gchar **) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/cwn32dkv1iffrhh6sw1gk09nxb10dv17-glibc-2.42-67-dev/include/bits/string_fortified.h:59:10: warning: '__builtin_memset' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~