mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.0.0770: compiler warning for missing field initializer
Problem: Compiler warning for missing field initializer. Solution: Add two more values. (Yegappan Lakshmanan)
This commit is contained in:
@@ -218,7 +218,7 @@ encodings[] = {
|
||||
{ ENC_SINGLE_94, '0', (VTermEncoding*)&encoding_DECdrawing },
|
||||
{ ENC_SINGLE_94, 'A', (VTermEncoding*)&encoding_uk },
|
||||
{ ENC_SINGLE_94, 'B', &encoding_usascii },
|
||||
{ 0 },
|
||||
{ 0, 0, NULL },
|
||||
};
|
||||
|
||||
/* This ought to be INTERNAL but isn't because it's used by unit testing */
|
||||
|
@@ -769,6 +769,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
770,
|
||||
/**/
|
||||
769,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user