mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.1061
Problem: Compiler warning for ignoring return value of fwrite().
Solution: Do use the return value. (idea: Charles Campbell)
285bf84b4b
This commit is contained in:
@@ -623,7 +623,7 @@ static int included_patches[] = {
|
||||
// 1064,
|
||||
// 1063 NA
|
||||
// 1062 NA
|
||||
// 1061,
|
||||
1061,
|
||||
// 1060 NA
|
||||
// 1059,
|
||||
// 1058,
|
||||
|
Reference in New Issue
Block a user