Snippets for neovim 0.12.5 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/neovim/0.12.5/1.fc46/data/logs/i686/build.log.
-
/builddir/build/BUILD/neovim-0.12.5-build/neovim-0.12.5/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/neovim-0.12.5-build/neovim-0.12.5/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]); | ^~ -
/builddir/build/BUILD/neovim-0.12.5-build/neovim-0.12.5/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]); | ^~