commit | a47c0fb4adb43d16601e9d3bd0c2b22fdedab5b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 19:17:11 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 19:17:11 2023 +0000 |
tree | 0a7f41b8533a3eb70cdcfb3076152c7eec5164a0 | |
parent | 79c11e399be3d96ed6d1c7458b1380e878ec717b [diff] [blame] |
patch 9.0.1173: compiler warning for unused variable on non-Unix systems Problem: Compiler warning for unused variable on non-Unix systems. Solution: Move #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 6ab7b95..ebe699f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1173, +/**/ 1172, /**/ 1171,