commit | 285bf84b4b9aca828828a8729b04cd59ab333dac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 22:34:01 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 22:34:01 2016 +0100 |
tree | 287c997dd02a830ec8b3c29e005d789cabbfced0 | |
parent | 6602af7fe069246dbcf419c3e904a78b60e7d4dc [diff] [blame] |
patch 7.4.1061 Problem: Compiler warning for ignoring return value of fwrite(). Solution: Do use the return value. (idea: Charles Campbell)
diff --git a/src/version.c b/src/version.c index 23bd3f7..1b42524 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1061, +/**/ 1060, /**/ 1059,