commit | bb82762907ba024717ad9af3b229c2fa6405cd36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 29 22:33:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 29 22:33:27 2016 +0200 |
tree | bd20900accf33bdad771c19aaed19c819e797ae4 | |
parent | c61348e83fd4eed8b999fe5b7cdfb4caf90bf3fd [diff] [blame] |
patch 7.4.1798 Problem: Still compiler warning for unused return value. (Charles Campbell) Solution: Assign to ignoredp.
diff --git a/src/version.c b/src/version.c index 4fb17c4..44f37a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1798, +/**/ 1797, /**/ 1796,