commit | 98b30a473a58ae98c280e0383c8b1e08c0ebced5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 15:18:02 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 15:18:02 2015 +0100 |
tree | e36f8859704820996b1444f119a6c22495397663 | |
parent | 72f4cc4a987d123c0ed909c85b9a05f65cef7202 [diff] [blame] |
patch 7.4.914 Problem: New compiler warning: logical-not-parentheses Solution: Silence the warning.
diff --git a/src/version.c b/src/version.c index 1604635..450892a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 914, +/**/ 913, /**/ 912,