kvec: Silence PVS/V512: it is not needed to fill the whole array

This commit is contained in:
ZyX
2018-04-15 20:14:55 +03:00
parent a20261fae7
commit d084628c4b

View File

@@ -142,6 +142,8 @@ static inline void *_memcpy_free(void *const restrict dest,
return dest; return dest;
} }
// -V:kvi_push:512
/// Resize vector with preallocated array /// Resize vector with preallocated array
/// ///
/// @note May not resize to an array smaller then init_array: if requested, /// @note May not resize to an array smaller then init_array: if requested,