mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
fix: fix ASAN errors on clang 17 (#25469)
This commit is contained in:
@@ -1226,7 +1226,7 @@ fail:
|
||||
///
|
||||
/// @return [allocated] NULL when calling function fails, allocated string
|
||||
/// otherwise.
|
||||
char *call_func_retstr(const char *const func, int argc, typval_T *argv)
|
||||
void *call_func_retstr(const char *const func, int argc, typval_T *argv)
|
||||
FUNC_ATTR_NONNULL_ALL FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_MALLOC
|
||||
{
|
||||
typval_T rettv;
|
||||
|
Reference in New Issue
Block a user