Snippets for sgt-puzzles 20260720 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/jlfs80cm6xy1bpfhsa70fr5lgz7z0x6x-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/m300ngckdmal8wnl3bjbpwca3a5bn74c-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)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~