Snippets for 9menu 1.11 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/m363x9qcbal49g83c9ywxhc0bc85n80l-9menu-1.11.drv.
-
../9menu.c:228:11: warning: unused variable 'cp' [-Wunused-variable] 228 | char *cp = getcwd(pathbuf, MAXPATHLEN); | ^~ -
../9menu.c:731:9: warning: passing 'unsigned char[200]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 731 | nine_menu_bits, | ^~~~~~~~~~~~~~ -
../9menu.c:807:27: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] 807 | &dummy, &dummy, &dummy)) | ^~~~~~ -
../9menu.c:825:27: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] 825 | &dummy, &dummy, &dummy)) | ^~~~~~