Snippets for neovim 0.12.2 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/neovim/neovim-0.12.2-r0.log.
-
/home/buildozer/aports/community/neovim/src/neovim-0.12.2/src/nvim/vterm/state.c:1626:67: warning: operand of '?:' changes signedness from 'int' to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] 1626 | || CSI_ARG_IS_MISSING(args[1]) ? -1 : CSI_ARG(args[1]); | ^~ -
/home/buildozer/aports/community/neovim/src/neovim-0.12.2/src/nvim/vterm/state.c:1655:79: warning: operand of '?:' changes signedness from 'int' to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] 1655 | state->scrollregion_right = argcount < 2 || CSI_ARG_IS_MISSING(args[1]) ? -1 : CSI_ARG(args[1]); | ^~ -
/home/buildozer/aports/community/neovim/src/neovim-0.12.2/src/nvim/mbyte.c:2977:15: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'unsigned int' [-Wformat=] 2977 | semsg(_(e_overlapping_ranges_for_nr), (size_t)n1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~