mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
build: update clang v21, fix warnings
- `src/nvim/ex_cmds_defs.h`: use "U" instead of "u" per `readability-uppercase-literal-suffix`
This commit is contained in:
committed by
Justin M. Keyes
parent
e243bed18f
commit
8a4bee3ed0
@@ -3369,7 +3369,7 @@ static win_T *win_free_mem(win_T *win, int *dirp, tabpage_T *tp)
|
||||
return wp;
|
||||
}
|
||||
|
||||
#if defined(EXITFREE)
|
||||
#ifdef EXITFREE
|
||||
void win_free_all(void)
|
||||
{
|
||||
// avoid an error for switching tabpage with the cmdline window open
|
||||
|
||||
Reference in New Issue
Block a user