mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
kvec: Silence PVS/V512: it is not needed to fill the whole array
This commit is contained in:
@@ -142,6 +142,8 @@ static inline void *_memcpy_free(void *const restrict dest,
|
||||
return dest;
|
||||
}
|
||||
|
||||
// -V:kvi_push:512
|
||||
|
||||
/// Resize vector with preallocated array
|
||||
///
|
||||
/// @note May not resize to an array smaller then init_array: if requested,
|
||||
|
Reference in New Issue
Block a user