mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor: suppress clang false positives (#23154)
This commit is contained in:
@@ -253,6 +253,7 @@ void ex_runtime(exarg_T *eap)
|
||||
int flags = eap->forceit ? DIP_ALL : 0;
|
||||
char *p = skiptowhite(arg);
|
||||
flags += get_runtime_cmd_flags(&arg, (size_t)(p - arg));
|
||||
assert(arg != NULL); // suppress clang false positive
|
||||
source_runtime(arg, flags);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user