commit | bcbfaf32e02a92a6d6d35fc409b1b16aa931e3fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 19:11:15 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 19:11:15 2023 +0000 |
tree | 59c2e13f7a33127f63d31539867c7da6fc305aeb | |
parent | 6aa0937fb88001a5ea18e732aad4c625e9b2baeb [diff] [blame] |
patch 9.0.1180: compiler warnings without the +job feature Problem: Compiler warnings without the +job feature. Solution: Adjust #ifdefs. (John Marriott)
diff --git a/src/version.c b/src/version.c index b16a3f7..5036e07 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1180, +/**/ 1179, /**/ 1178,