Problem: gcc complains about uninitialized variable
(Tony Mechelynck, after v9.1.1476)
Solution: initialize variable
Signed-off-by: Christian Brabandt <cb@256bit.org>
linenr_T count = eap->line2 - eap->line1 + 1;
char_u *p;
char_u *s;
- char_u save_c; // temporary character storage
+ char_u save_c = 0; // temporary character storage
int keep_only_unique = FALSE;
int keep_only_not_unique = eap->forceit ? TRUE : FALSE;
long deleted = 0;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1481,
/**/
1480,
/**/