Problem: MS-Windows: warnings from MinGW compyler.
Solution: Use "volatile". (Yasuhiro Matsumoto, closes #10589) Initialize
variable.
int i;
int fuzzy;
int match;
- int score;
+ int score = 0;
fuzmatch_str_T *fuzmatch;
fuzzy = cmdline_fuzzy_complete(pat);
* This function is not expected to fail, but if it does it still returns a
* valid flag pointer; the flag will remain stuck at zero.
*/
- const int *
+ volatile int *
start_timeout(long msec)
{
BOOL ret;
void resize_console_buf(void);
char *GetWin32Error(void);
void stop_timeout(void);
-const int *start_timeout(long msec);
+volatile int *start_timeout(long msec);
/* vim: set ft=c : */
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 5125,
/**/
5124,
/**/