mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
PVS/V1032: pointer cast to a more strictly aligned type
This commit is contained in:
@@ -4895,7 +4895,7 @@ int find_help_tags(const char_u *arg, int *num_matches, char_u ***matches,
|
||||
}
|
||||
}
|
||||
|
||||
*matches = (char_u **)"";
|
||||
*matches = &vim_emptystr;
|
||||
*num_matches = 0;
|
||||
int flags = TAG_HELP | TAG_REGEXP | TAG_NAMES | TAG_VERBOSE;
|
||||
if (keep_lang) {
|
||||
|
Reference in New Issue
Block a user