mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +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
@@ -23,7 +23,7 @@
|
||||
#define hash_int64_t(key) hash_uint64_t((uint64_t)key)
|
||||
#define equal_int64_t equal_simple
|
||||
|
||||
#if defined(ARCH_64)
|
||||
#ifdef ARCH_64
|
||||
# define hash_ptr_t(key) hash_uint64_t((uint64_t)(key))
|
||||
# define equal_ptr_t(a, b) equal_uint64_t((uint64_t)(a), (uint64_t)(b))
|
||||
#elif defined(ARCH_32)
|
||||
|
||||
Reference in New Issue
Block a user