1
0
forked from aniani/vim

patch 8.2.2456: Coverity warning for strcpy() into fixed size array

Problem:    Coverity warning for strcpy() into fixed size array.
Solution:   Add a type cast to hopefully silence the bogus warning.
This commit is contained in:
Bram Moolenaar
2021-02-03 19:31:29 +01:00
parent 2e5910bfbb
commit 7b6903f02c
2 changed files with 5 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2456,
/**/
2455,
/**/