Snippets for libmatchbox 1.14 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/07bdky58rw4jsq84zrm9sa2r5rh68m9z-libmatchbox-1.14.drv.
-
/nix/store/r7qf82zlzc2dly3nrdran1qxgzjj7626-glibc-2.42-67-dev/include/bits/string_fortified.h:100:10: warning: argument 1 null where non-null expected because argument 3 is nonzero [-Wnonnull] 100 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ -
mbdotdesktop.c:273:5: warning: '__builtin_strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 273 | strncpy(theme_name_cur, theme_name, 512); | ^ -
mbpixbuf.c:222:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 222 | fread( header, 1, 8, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
mbpixbuf.c:377:23: warning: pointer 'file' used after 'fclose' [-Wuse-after-free] 377 | fclose(file); | ^~~~~~~~~~~~ -
xsettings-client.c:185:34: warning: pointer targets in passing argument 2 of 'fetch_card8' differ in signedness [-Wpointer-sign] 185 | result = fetch_card8 (&buffer, (char *)&buffer.byte_order); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * -
xsettings-client.c:186:6: warning: 'buffer.byte_order' may be used uninitialized [-Wmaybe-uninitialized] 186 | if (buffer.byte_order != MSBFirst && | ^