PVS/V1032: pointer cast to a more strictly aligned type

This commit is contained in:
Justin M. Keyes
2019-01-16 00:10:41 +01:00
parent ed171f7be2
commit ea7491586f
4 changed files with 10 additions and 9 deletions

View File

@@ -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) {