mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 19:11: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
@@ -826,7 +826,7 @@ char *arena_strdup(Arena *arena, const char *str)
|
||||
return arena_memdupz(arena, str, strlen(str));
|
||||
}
|
||||
|
||||
#if defined(EXITFREE)
|
||||
#ifdef EXITFREE
|
||||
|
||||
# include "nvim/autocmd.h"
|
||||
# include "nvim/buffer.h"
|
||||
|
||||
Reference in New Issue
Block a user