Merge pull request #3762 from Shougo/vim-7.4.649

vim-patch:7.4.649
This commit is contained in:
Justin M. Keyes
2015-12-01 11:56:56 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -470,7 +470,7 @@ void put_time(FILE *fd, time_t time_)
{
uint8_t buf[8];
time_to_bytes(time_, buf);
fwrite(buf, sizeof(uint8_t), ARRAY_SIZE(buf), fd);
(void)fwrite(buf, sizeof(uint8_t), ARRAY_SIZE(buf), fd);
}
/// Writes time_t to "buf[8]".

View File

@@ -347,7 +347,7 @@ static int included_patches[] = {
// 652 NA
651,
// 650 NA
// 649,
649,
// 648 NA
// 647 NA
646,