Snippets for 9menu 1.11 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/9menu/1.11/150amd64-default.log.
-
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)) | ^~~~~~